Search Results

Search: Posts Made By: rbisconti97
Forum: SCO 11-15-2010
32,939
Posted By anurag.singh
rm -Rf <dir_name> This will delete <dir_name>...
rm -Rf <dir_name>
This will delete <dir_name> (all files along with sub_dirs)
9,932
Posted By rdcwayx
find /User/Applications/*/SourceM.app -type f...
find /User/Applications/*/SourceM.app -type f -name "banner.png" | while read FILENAME
do
NEWNAME=${FILENAME%.*}-.png
mv ${FILENAME} ${NEWNAME}
done
9,932
Posted By Corona688
There's no particular reason for it to be...
There's no particular reason for it to be stopping, though maybe you should be grateful it did: That'd systematically destroy every banner-*.png it finds, by moving it into the current directory,...
Showing results 1 to 3 of 3

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