Search Results

Search: Posts Made By: Sofestafont
6,881
Posted By Sofestafont
Without the quotes I get the same error message....
Without the quotes I get the same error message. Looking through the -x log it shows lots of blank spaces which my sed handles fine. I assume it is that asterik not converting to plain text with my...
6,881
Posted By Sofestafont
#!/bin/sh set -x A="$1" shift B="$1" ...
#!/bin/sh
set -x
A="$1"
shift
B="$1"
shift

for FILE in "$@"
do
echo $A
echo $B
echo "Process $FILE using $A and $B..."

#echo "$A" | sed -e...
Showing results 1 to 2 of 2

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