Search Results

Search: Posts Made By: Nacre
1
awk
1,732
Posted By Nacre
awk
PLEASE IGNORE, I've solved it

I have this command:

tail +6 ${List[$i]} | awk '{
if ($10 == '+'){
printf "some stuff"; printf "some stuff"; printf "somestuff";}
...
2,367
Posted By Nacre
That is essentially what I wanted. But now I am...
That is essentially what I wanted. But now I am getting a syntax error on the python line.

python $EXECDIR/$COMMAND -r $i -n $j -o $OPERATION1 >...
2,367
Posted By Nacre
Question on lists
I'm fairly new to shell scripting and would like to know if what I am seeking to do is possible in shell.

I'm trying to make a list of strings. The list will be looped through and each member of...
Showing results 1 to 3 of 3

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