Unix Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters? cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] cat emp[x-z] more [emp][!0-9] cat emp[a-z] cat emp[!0-9] ANSWER DOWNLOAD EXAMIANS APP
Unix Which command allows you to view your file 24 lines at a time? lp more None of these cat pg lp more None of these cat pg ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used with vi editor scroll half page backward? [Control - u] [Control-c] [Control -P] [Control-d] None of these [Control - u] [Control-c] [Control -P] [Control-d] None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory? cp wb collect mon ../misc copy wb collect mon /misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these cp wb collect mon ../misc copy wb collect mon /misc tar wb collect mon /misc copy wb ../misc collect ../misc mon ../misc None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files? -b -d -l -r None of these -b -d -l -r None of these ANSWER DOWNLOAD EXAMIANS APP
Unix Major expressions used with find command to select file is it has been accessed in more than 375 days, is #NAME? #NAME? None of these #NAME? #NAME? #NAME? #NAME? None of these #NAME? #NAME? ANSWER DOWNLOAD EXAMIANS APP