I am trying to change all the files names in a current folder and I am trying to achieve this either by removing the files prefix (every file has a common prefix) or changing th
Following is straight way to trim the prefix with rename for all the files
rename
rename -d your_prefix *