Assignment-1 22BDS0170 Compressed
Assignment-1 22BDS0170 Compressed
Name:Thanu Athitya M
Reg No:22BDS0170
9. echo – rewrites the content of whatever has been written in the existing document
10. wc – count the number of lines, words and characters in the file.
18. quota – Shows how much disk space has been left
23. whoami – provides basic information, which is extremely useful when working on multiple systems.
25. cmp – Compare two files and display the line and byte difference
(Demo.txt)
(Demo1.txt)
(Taking the example of the above two text files – Demo.txt and Demo1.txt).
27. grep – used to find a specific string in a series of outputs.
28. more – used to view the contents of a file one screen at a time.
29. df – used to display the amount of disk space used and available on the file systems.
30. man – display the manual page for the specific command.