How is it possible to get an addressable list of files in the terminal, that can be used later on. In the terminal it would be nice having the following work flow by using a tool (like ls):
1:Population and Other Problems (China National Publications).pdf
2:Weeds in a Changing World (British Crop Protection Council).pdf
3:The Joy of Chickens (Prentice Hall)- 1.pdf
5:The Joy of Chickens (Prentice Hall)- 2.pdf
6:The Weather God ist not nice.pdf
8:The Joy of Chickensoup.pdf
9:FolderBC.png
$
Then I could simple do for example:
rm 5:
Instead of having to write:
rm 'The Joy of Chickens (Prentice Hall).pdf'
By using - as suggested by Pilot6 - Tab it is possible to have autocomplete, but if you have similiar names you still have to write quite much. Is there a other lazy way?