Common bash commands you should know right now

 1. ls : lists the content of current directory.


2. ls -a : list all files of current directory including hidden files.


3. ls - l: displays the contents of the current directory in a long listing format, one per line.


4. refresh the terminal


5. $USER: refers to current user.
Next Post Previous Post
No Comment
Add Comment
comment url