Unix The special shell variable $* is used None of these to name the command being executed to process number of the current shell to list the positional parameters to exit status of ast command executed. None of these to name the command being executed to process number of the current shell to list the positional parameters to exit status of ast command executed. ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the top of the file? more head grep cat more head grep cat ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to assign only read permission to all three categories of the file 'note'? chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these chmod ugo=r note chmod a-rw chmod u+r,g+r,o-x note chmod go+r note None of these ANSWER DOWNLOAD EXAMIANS APP
Unix The [line number G] key allows you None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor right by one position to move cursor left by one position None of these to move cursor down by one line to move cursor to the beginning of the line specified by the number to move cursor right by one position to move cursor left by one position ANSWER DOWNLOAD EXAMIANS APP
Unix Which command sends the word count of the file infile to the newfile. wc newfile wc infile >newfile wc infile | newfile wc infile - newfile wc newfile wc infile >newfile wc infile | newfile wc infile - newfile ANSWER DOWNLOAD EXAMIANS APP
Unix The command used to compare the files is known as do cmp ccp comp do cmp ccp comp ANSWER DOWNLOAD EXAMIANS APP