Search Results

Search: Posts Made By: The One
2,518
Posted By DGPickett
Yes, that is another problem! I was not sure...
Yes, that is another problem! I was not sure what you meant at first, though you wanted network and description on one line but you illustrated otherwise.

sed '
:loop
s/.*Network:/Network:/
...
2,518
Posted By DGPickett
sed ' s/.*Network:/Network:/ t next d ...
sed '
s/.*Network:/Network:/
t next
d
:next
N
'
4,367
Posted By Franklin52
awk "/Name/,/Updated/" file or: sed -n...
awk "/Name/,/Updated/" file

or:
sed -n '/Name/,/Updated/p' file
5,790
Posted By Scott
Hi. It seems that the implementation of...
Hi.

It seems that the implementation of xargs varies.

On OS X, it returns nothing if find returns nothing. On Solaris, it behaves as you posted.

Try:

find ... | xargs -I{} ls {}
Showing results 1 to 4 of 4

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