I would like to know what command must be executed in the terminal window which will enable us to delete files with a particular extension(say .c) in a particular directory whose name length is 6 characters. If not possible even a bash script consisting of a series of commands is also acceptable.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Remove all files in the current directory that ends with '.c' and is exactly 6 characters long?
EDIT: or with absolute path:
where folders are path To Your dir. For example:
|
||||
|
|