Search Results

Search: Posts Made By: devmns
12,023
Posted By devmns
Hi, thankx for the solution . It working...
Hi,
thankx for the solution . It working fine.
But i want to try this using 'WHILE' loop.
Suppose 10 records are there and I want to delete 5th and 9th records.:)
12,023
Posted By devmns
Remove particular record from a file
Hi:),
I am having 110 records in a file and I want to delete particular record (say 63rd) . Which command can be use to achieve this ?
3,738
Posted By devmns
awk '$3>=20{print}' inputfile > outputfile ...
awk '$3>=20{print}' inputfile > outputfile

This is not giving the required output. Infact, this is adding "20" figure in the table as a sepeare column.

I want only.

...
3,738
Posted By devmns
How to copy particular record with cp command
Hi ,
I have a table of 5 records. I am using FOR condition in this table. Using FOR , I want to copy those particular record into someother file which satisfies the condition. How to use 'cp'...
2,129
Posted By devmns
Delete many files by executing script.
Hi , I am novice in Unix.
Kindly , try to resolve my query.
I have 3 folders. Inside these folders , I have few files respectively.
Now , Instead of deleting each file by visitng the directory. ...
Showing results 1 to 5 of 5

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