Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
2 Posted Topics
[quote=jim mcnamara;175237]If this is any version of unix: [code] grep -v "connected" filename > newfile[/code] deletes all of the lines having the word: connected[/quote] With regards to the use of grep and then output to a file as it was done in the sample above, are there any limitation to …
grep -v "connected" filename > newfile With regards to the use of grep and then output to a file as it was done in the sample above, are there any limitation to its use especially when the file is big? I have experience record truncation when it is output to …
The End.
crab68