Search Results

Search: Posts Made By: benitto
1,547
Posted By ctsgnb
for me it works : You right, the sed statement...
for me it works :
You right, the sed statement is erroneous i fixed my post.

# xargs -n1 <tst | egrep -e '_|@'
LD_
name@domain
name2@domain2
1,547
Posted By Rksiva
Try execute like below, for i in `cat...
Try execute like below,


for i in `cat <Input Filename>`
do
echo $i | egrep "@|_"
done
3,981
Posted By bartus11
awk '{gsub("\n",",")}1' RS=...
awk '{gsub("\n",",")}1' RS= file
Showing results 1 to 3 of 3

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