Search Results

Search: Posts Made By: koricha
1,490
Posted By koricha
Thank you agama very helpful ...
Thank you agama very helpful
(https://www.unix.com/members/302081960.html)
(https://www.unix.com/members/302081960.html)
1,490
Posted By koricha
thank you how can i add the "cc" to the end...
thank you

how can i add the "cc" to the end of the word
1,490
Posted By koricha
shell programming if statement help
Hello

i am trying to change every word that starts with "a" or "b" . if it starts with one of the letters i want to add xx rho the end of the word.

Example : boy ==> boyxx

that what i did...
1,169
Posted By koricha
Never mind it works #!/bin/ksh perl...
Never mind it works


#!/bin/ksh
perl -pe 'substr( $_, -2, 1 ) = "" unless length( $_ ) % 2'
1,169
Posted By koricha
Ok that is the cod i am trying to save in vi ...
Ok that is the cod i am trying to save in vi
steps

open vi example1

#!/bin/perl -f
substl( $_, -2, 1 ) = "" unless length( $_ ) % 2

save and quite

chmod +x example1
...
1,169
Posted By koricha
perl Unix programming Question
Hello can somebody tell me whats wrong with this good


#/bin/perl -f
substr( $_, -2, 1 ) = "" unless length( $_ ) % 2
i get an error : ./ev: syntax error at line 2: `(' unexpected
please...
4,137
Posted By koricha
can you please explain me what is ":t" , "tt",...
can you please explain me what is ":t" , "tt", "N" and :bt"

thank you
4,137
Posted By koricha
Thank you guys
Thank you guys
4,137
Posted By koricha
Thanks it works but how can i do that in sed
Thanks it works but how can i do that in sed
4,137
Posted By koricha
the output want is : Write a...
the output want is :

Write a statement that prints


Hello World


to the screen.




...
4,137
Posted By koricha
removing html format with sed
Hello i am trying to remove the html format from the file using sed. for example remove <p> </p>

i tried to do this : sed -e 's/<[^>]*>//g' test > test.t
but still i have some html format ....
1,775
Posted By koricha
Thank you DGPickett
Thank you DGPickett
1,775
Posted By koricha
problem removing a word from a file in vi
lets say i have a file named ex1 which contain an essay.
(a) delete the word "benefit" from the file
(b) delete the last 6 characters on each line

for the first problem i entered :g/benefit/d...
Showing results 1 to 13 of 13

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