Search Results

Search: Posts Made By: ragavendar
2,184
Posted By ragavendar
How to rewrite a existing value in a column inside a file?
I am having 4 field in a file
name age date status
i want to update or rewrite a value of status with another value
how it can be done
i used awk & sed but it shows result but not updating in...
1,697
Posted By ragavendar
Thanks friend
Thanks friend
1,697
Posted By ragavendar
h=`sed -n '57p' filename`
sed -n '57p' filename

My file contains 57 lines ,the above command prints the 57 th line,but i want to assign the result of this to a variable, to compare with another line in a different file ...
Showing results 1 to 3 of 3

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