Search Results

Search: Posts Made By: benitto
1,545
Posted By benitto
Thank Rksiva and Ctsgnb, both solution are...
Thank Rksiva and Ctsgnb, both solution are working but the Ctsgnb one only for the 15 first line.
Have a nice day!
1,545
Posted By benitto
Thank you Ctsgnb but xargs don't work to the end...
Thank you Ctsgnb but xargs don't work to the end of the file, I got this error:

xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option

And the sed...
1,545
Posted By benitto
How to print only word with "_" or @ of a file?
Hello all,

I have a text file but I need to have only words with string "_" or "@"


Before

text LD_ titi
blbla blabla name@domain lalala
titi name2@domain2 toto



After

LD_ titi...
3,979
Posted By benitto
Many thanks Bartus11, Have a nice day!
Many thanks Bartus11,
Have a nice day!
3,979
Posted By benitto
Thank you Bartus11! Also can you explain a...
Thank you Bartus11!
Also can you explain a little beat this command?
3,979
Posted By benitto
How to print text between two pattern in one line?
Hello all,

I have one input file like this:
List 1
mail a
mail b
mail c

List 2
mail d
mail e
mail f
mail g

List 3
mail h
mail i

And I want something like that by using linux:...
38,545
Posted By benitto
Hi, Try this: sed -n '/WORD1/,/WORD2/p'...
Hi,
Try this:
sed -n '/WORD1/,/WORD2/p' /path/to/file
Showing results 1 to 7 of 7

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