Search Results

Search: Posts Made By: zzgfont
3,742
Posted By zzgfont
Something like (just a hint, remember to try it...
Something like (just a hint, remember to try it always in a backup directoy copied from the original): for i in $( ls -1 *.zip) ; do unzip $i; $k=$(basename -s kml $i); mv Doc.kml $k.kml ; done
2,166
Posted By zzgfont
"set -x" on the top of the script, just after the...
"set -x" on the top of the script, just after the #!/bin/ksh or whatever shell you use. Thne check on the output's run where is the error.
Showing results 1 to 2 of 2

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