Search Results

Search: Posts Made By: Jairaj
2,820
Posted By Jairaj
Is that something like below command you are...
Is that something like below command you are expecting ?

tr ' ' '\n' < File.txt
2,820
Posted By Jairaj
Provide required input and output to help you
Provide required input and output to help you
1,780
Posted By Jairaj
Try this: awk '{sum+=$1} END {print sum}'...
Try this:

awk '{sum+=$1} END {print sum}' file
3,840
Posted By Jairaj
Try this: tr -d "'" <file ----------...
Try this:

tr -d "'" <file

---------- Post updated at 08:51 AM ---------- Previous update was at 08:40 AM ----------

Hi Scottn,

Previously, I tried using sed but with single quote , it...
1,827
Posted By Jairaj
Try this : grep -n -i -w "linux from the...
Try this :

grep -n -i -w "linux from the text" unix.txt | awk -F ":" '{print $1}' > newfile.txt
1,606
Posted By Jairaj
Try this: sed -n '10,$p' f1
Try this:

sed -n '10,$p' f1
Showing results 1 to 6 of 6

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