Search Results

Search: Posts Made By: w_s_s
1,145
Posted By w_s_s
bash -vx space_test 20180420 #!/bin/ksh # ...
bash -vx space_test 20180420
#!/bin/ksh
#

if (( $# != 1 ))
then
echo "Usage: `basename $0` <DATE> "
echo ""
exit 1
fi
+ (( 1 != 1 ))

echo " "
+ echo ' '

IN_DATE=${1}
+...
1,145
Posted By w_s_s
Thanks for the reply. The {origFILE} on...
Thanks for the reply.

The {origFILE} on the mv was a cut and paste issue from trying different commands. With the mv command as


echo " "
mv "${oldFile}" "${newFILE}"


I receive

mv:...
1,145
Posted By w_s_s
Script to remove spaces and mv a file
I've tried various solutions to move a file name with spaces and nothing seems to work. I need to take a date as input, prepend it to a filename with spaces then remove the spaces and mv the file to...
Showing results 1 to 3 of 3

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