The following are daily use commands in UNIX or Linux environment. The commands include copy the files, brows the directories, edit the files, see the list of files or directories etc.
- LS – To list the file
- Lsdm – To list files latest to old
- Grep – To search a word in a file
- Mkdir – To create a directory
- Copy – To copy one file to another file
- Delete – To delete a file
- Sftp – To transfer the file to another server
- LSD – To show list of directories
- Cat – To display file contents
- Vi – To edit a file
- Less – To browse a file. You cannot edit the file.
- F8 – To copy content
- F10 – To paste the content
Related Posts