System Commands, Quiz 1
Ajit is writing an essay in English. He realizes that he has used both the American English and British English spellings for the same words in his essay. He wants to find all such occurrences for the words "color/colour" and "program/programme". Help him by selecting the correct regular expression which will capture the British version as well as American version of the words from the text. Make sure It only collects the words which has correct spellings in either of the format. Note: It is an Extended Regular Expression (ERE)
Ajit is writing an essay in English. He realizes that he has used both the American English and British English spellings for the same words in his essay. He wants to find all such occurrences for the words "color/colour" and "program/programme". Help him by selecting the correct regular expression which will capture the British version as well as American version of the words from the text. Make sure It only collects the words which has correct spellings in either of the format. Note: It is an Extended Regular Expression (ERE) Figure from the original question paper For a log file 'file.txt' the user wants to change the permissions such that he gives read, write, and execute to the owner; read and execute to the group and others. which of the following commands will accomplish the same?