I would like to add the .zip extension to all files. I tried this, however it does not work:
ls | awk '{print $1 " " $1".zip"}' | xargs mv -f
|
I would like to add the .zip extension to all files. I tried this, however it does not work:
|
||||
|
|
|
Searching - few links:
man wiki: http://en.wikipedia.org/wiki/Man_page |
|||
|
|
Don't use |
|||
|
This should do the trick:
(Although I have no idea why you would want to do this...) |
|||
|
|