Unix Which command is used to list all the files with extension .lst? ls lst* ls *[lst] ls *.* ls -l *.lst ls lst* ls *[lst] ls *.* ls -l *.lst ANSWER DOWNLOAD EXAMIANS APP
Unix The command to count the number of files in the current directory by using pipes, is ls | wc ls -l | wc -l ls | wc -w ls | ws -c ls | wc ls -l | wc -l ls | wc -w ls | ws -c ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to display the device name of the terminal you are using? stty tty None of these who ls stty tty None of these who ls ANSWER DOWNLOAD EXAMIANS APP
Unix Which shell's wild-cards is used to match a single character? None of these ? [!ijk] [ijk] * None of these ? [!ijk] [ijk] * ANSWER DOWNLOAD EXAMIANS APP
Unix Which of the following commands is used to view your file 24 lines at a time? lp None of these /p cat pg lp None of these /p cat pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to remove a file? del rm mv remove del rm mv remove ANSWER DOWNLOAD EXAMIANS APP