Search Results

Search: Posts Made By: anil8103
Forum: Linux 06-17-2011
21,011
Posted By fpmurphy
Are you running NFS? Stale NFS mounts are known...
Are you running NFS? Stale NFS mounts are known to cause this.

You can use strace to determine where the problem is, i.e.

# strace yum -y update yum
1,439
Posted By Chirel
For a new problem, please make a new post.
For a new problem, please make a new post.
2,628
Posted By birei
Hi, Try next command: $ sed 's/[...
Hi,

Try next command:

$ sed 's/[ ,]\?\ba\{3\}\b[ ,]\?//g' infile
group1 = aaaaa, bbbbb, ccccc,
group2= bbbbb, ccccc, aaaaa
group3 = bbbbb, ccccc, aaaaa
group4 = bbbbb,ccccc, aaaaa
Regards,...
1,439
Posted By birei
Hi, I'm not sure I understood your problem...
Hi,

I'm not sure I understood your problem correctly. Test next 'Perl' script. Perhaps it works:


$ cat script.pl
use strict;
use warnings;
use autodie;

@ARGV == 1 or die "Usage: perl $0...
3,909
Posted By palanisvr
try this
cat testfile.txt |sed '/^$/d' | sed s/$/\\n/
3,909
Posted By Tytalus
sed '/./,/^$/!d' infile should work for...
sed '/./,/^$/!d' infile


should work for you...
281,615
Posted By Neo
Simple rules of the UNIX.COM forums:
RULES OF THE UNIX AND LINUX FORUMS

For the latest version of the community rules (the official community rules page), please visit here. (https://www.unix.com/misc.php?do=cfrules)


No flames,...
Showing results 1 to 7 of 7

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