Computer Science :: Unix & Linux Basics
- The command to count the number of files in the current directory by using pipes, is
- Which symbol will be used with grep command to match the pattern pat at the beginning of a line?
- Which command is used to sort the lines of data in a file in reverse order
- Which command is used to display the top of the file?
- Which command is used to copy all files having the string chap and any two characters after that to the progs directory?
- Which command is used to change protection mode of files starting with the string emp and ending with 1,2, or 3?
- Which of the following keys is used to replace a single character with new text?
- Which command is used to extract specific columns from the file?
- Which command sends the word count of the file infile to the newfile.