Search Results

Search: Posts Made By: tizilfin
3,404
Posted By tizilfin
not working with me in ksh i explain my...
not working with me in ksh

i explain my problem :

if we have a char with continuos space,how can we do to print from the 3 (third) field to the last field
3,404
Posted By tizilfin
in case we have char like that (whith many space...
in case we have char like that (whith many space ):

What is the beach made of ?
3,814
Posted By tizilfin
grep : search a long char contain space
Hi,

i have to search for a char like that :

export var1="i am not happy /not happy"


with a command like :

grep $var1 file


but this not working with me !!!

thank you in advance.
3,404
Posted By tizilfin
awk : print from $i to $j
Hi,

i have this char :

What is the beach made of ?


and i want to print from $3 to $6 like that :

echo "What is the beach made of ?" | awk '{print $3,$4,$5,$6}'

but without...
Showing results 1 to 4 of 4

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