Search Results

Search: Posts Made By: girish.karulkar
5,791
Posted By girish.karulkar
Hi Jerome First of all wht is see is col2 of...
Hi Jerome

First of all wht is see is col2 of file 1 is text & col3 of file2 is number,
so how u r going to compare?

but still you can use somewhat this way

#!/usr/bin/ksh

cut -d";" -f2...
5,243
Posted By girish.karulkar
Yes. I do agree !
Yes. I do agree !
5,243
Posted By girish.karulkar
delete line with Overrighting the file
Hi naan, you can delet th eline by overrighting the file.
eg. I have a file name.cpp & i wanna delete line containing words "test file". then do it like this

cat name.cpp | grep -v "test file" >...
5,243
Posted By girish.karulkar
Hi naan, you can overright the file. eg. I have...
Hi naan, you can overright the file.
eg. I have a file name.cpp & i wanna delete line with a text "test file". then do it like this

cat name.cpp | grep -v "test file" > name.cpp

"grep -v...
Showing results 1 to 4 of 4

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