Search Results

Search: Posts Made By: forumbaba
6,867
Posted By forumbaba
Thanks, it worked when I took out the ^
Thanks, it worked when I took out the ^
6,867
Posted By forumbaba
sed or tr to remove specific group of special characters
Hi,
I have a input of the form:
..., word1, word2, word3...

I want out put of the form
word1, word2, word3

I tried echo '..., word1, word2, word3...' | tr -d '...,'

but that takes out...
6,742
Posted By forumbaba
Hi Yazu, thanks for the info I tried this ...
Hi Yazu, thanks for the info
I tried this
enscript -ptemp.ps -G -F Souvenir-DemiItalic20 -f Souvenir-DemiItalic20 -E --color --language=html --output=file.txt file.txt

now it gives me the error...
6,742
Posted By forumbaba
enscript color
Hi,
I am converting a text file to ps using enscript.
Does anyone know how to print in color?

Here is what I tried:

enscript -ptemp.ps -G -F Souvenir-DemiItalic20 -f Souvenir-DemiItalic20 -E...
14,939
Posted By forumbaba
Hi itkamaraj can you give an example of how to...
Hi itkamaraj can you give an example of how to use -v in awk?
14,939
Posted By forumbaba
Thanks Yazu This works!!!
Thanks Yazu
This works!!!
14,939
Posted By forumbaba
print pattern between two variables awk sed
I am trying to print text between two variables in a file

I have tried the following things but none seem to work:
awk ' /'$a'/ {flag=1;next} /'$b'/{flag=0} flag { print }' file

and also
sed ...
Showing results 1 to 7 of 7

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