Venkata chalapathi naiduKnowledge Contributor
Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?
Which command is used to concatenate all files beginning with the string 'emp' and followed by a non-numeric characters?
In Unix, the command cat emp[! 0-9] is used to concatenate all files beginning with the string ’emp’ and followed by a non-numeric character.