Unit 1 - Unix Shell Commands
Unit 1 - Unix Shell Commands
mv : Used to move the files or directories. This command’s working is almost similar
to cp command but it deletes a copy of the file or directory from the source path.
rm : Used to remove files or directories.
grep with Regular Expressions: Used to search for text using specific regular
expressions in file.
sort : This command is used to sort the contents of files.