- To create a file ==> cat↑>↑filename
- To read a file ==> cat↑filename
- To append existing file ==> cat↑>>filename
- To copy a file ==> cp↑file1↑file2
- To rename a file == > mv↑file1↑file2
- List your file ==> ls↑-a
- List all files ==> ls↑-al
- List directories with contents ==> ls↑-R
- List directories without contents ==> ls↑aFd
- To remove a directory ==> rmdir↑directory name
- To remove non empty directory ==> rm↑-r↑directory name
No comments:
Post a Comment