Search Results

Search: Posts Made By: margg
2,412
Posted By margg
Integer expression expected
I need some help with this

if [ $var -eq 'EASY' ]

but then it says
line 11: [: :: integer expression expected

I don't know what I'm doing wrong
1,266
Posted By margg
Wrong programming
This may be such a simple problem but I don't know what am I doing wrong.
The program I'm trying to do is


for pdb in $(ls *.pdb)
do

res=$(grep 'TYPE 2' $pdb | awk ' {print $1} ')...
Showing results 1 to 2 of 2

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