Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 368 Bytes

File metadata and controls

38 lines (20 loc) · 368 Bytes

This file is to practice my bash and Linux knowledge :)

Commands:

#!/user/bin/env bash

Declare this to run the bash command with './'

ls -a -l

cd ./ ./..

mv

alias

rm

cp

echo # "echo >" append to a file) "echo >>" (append to the end of the file)

cat

grep

bat

man # print the manual of a command ex: "man cat" 
 
| #pipe