Search Results

Search: Posts Made By: skyineyes
939
Posted By donadarsh
newstr=`echo "part=gfjhwhedaqh=ghdgwg^*^(G=="|cut...
newstr=`echo "part=gfjhwhedaqh=ghdgwg^*^(G=="|cut -d"=" -f2-`
Forum: Programming 12-01-2010
2,138
Posted By jim mcnamara
First off, assuming I understand what you have...
First off, assuming I understand what you have done, you called lstat against a link to a directory? lstat() works against links.

Do you know about the access() function? That may be what you...
1,916
Posted By Scott
One way: flag=$(awk -F ';' '$2 == "ABCD"...
One way:


flag=$(awk -F ';' '$2 == "ABCD" && $6 == "MNOP" {print 1}' file.xml)



Inside AWK, setting flag would set an AWK variable, not a shell variable.
Showing results 1 to 3 of 3

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