Here are examples of each basic shell commands:
ls
– list the files and directories in the current directory
Copy to Clipboard
x
1
$ ls
2
file1.txt file2.txt directory1
3
Here are examples of each basic shell commands:
ls
– list the files and directories in the current directory$ ls
file1.txt file2.txt directory1
Leave A Comment