Search Results

Search: Posts Made By: hamoudzz
2,073
Posted By hamoudzz
Another quick question
Hi guys

sed -e "s/$</[WORDS DELETED]/g"

the $< can allow me to assign an input value to the variable right?

do the double quotes check the previous context?
1,873
Posted By hamoudzz
quick question
hi guys

trying to understand what this line means

sed is a stream editor and i understand that, i have a file already selected
i want to edit so i use -e

sed -e

the next stesp is s/$*
...
1,370
Posted By hamoudzz
urgent 2
| awk '{ if ( $0 == last ) { count = count + 1; } else { printf
": %d\n%s", count, $0; count = 1 }; last = $0} END { printf ": %d\n",
count }'

can u give me a brief explaination of this so i can...
1,572
Posted By hamoudzz
urgent help
I have this command

sed -e 's/$/ /'

What does the 's/$/ /' part of it mean?
Showing results 1 to 4 of 4

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