Search Results

Search: Posts Made By: def123
Forum: Red Hat 01-17-2011
5,418
Posted By def123
I think find /<space>-name <filename> will help u...
I think find /<space>-name <filename> will help u :)
2,845
Posted By def123
This will save all the lines which starts with...
This will save all the lines which starts with START and ends with END and STOP to another file.

#!/usr/bin/perl
$file ="test.txt";
open(INFILE,$file);
$i=0;
while (<INFILE>){
push...
Showing results 1 to 2 of 2

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