Search Results

Search: Posts Made By: Yogesh Sawant
1,597
Posted By Yogesh Sawant
if you know Perl, try this: #!/usr/bin/perl #...
if you know Perl, try this: #!/usr/bin/perl
# 2b.pl
while (<>) {
print if (m/b[^\s]+b/);
}
run it as: perl 2b.pl file
Showing results 1 to 1 of 1

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