Search Results

Search: Posts Made By: blesjt02
953
Posted By blesjt02
Errors when Run
Hello,

So here is what i have

head -3 $1 > "$HOME/tmp/interchange_hold"
tail --lines=+4 $1 > "$HOME/tmp/no_int_file_hold"
tail -2 $HOME/tmp/no_int_file_hold > "$HOME/tmp/end_hold"
head...
1,360
Posted By blesjt02
Variable in AWK command help
here is what i have so far

delim=`cat $HOME/tmp/interchange_hold | head -1 | cut -b4`


cat $HOME/tmp/rawfile_hold | (
while read line
se_check=`echo $line | awk -F: -v awkvar="$delim" '{...
Showing results 1 to 2 of 2

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