Search Results

Search: Posts Made By: arcelivez
908
Posted By pludi
You need a semicolon or a newline in front of the...
You need a semicolon or a newline in front of the 'do'
Simpler:find . ! -iname '*.mp3' -type f | wc -l
3,485
Posted By jlliagre
I would have used tr instead of sed: mv $a...
I would have used tr instead of sed:
mv $a "$(echo $a | tr _ ' ')"
3,485
Posted By homeboy
you should quota the second parameter of mv,you...
you should quota the second parameter of mv,you see,if you have a file named "name with blanks",the shell will expand the blanks within variables without double quotas or single quotas or backslash....
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy