Search Results

Search: Posts Made By: omaral
1,363
Posted By omaral
Thats it SOLVED THANK YOU VERY VERY VERY...
Thats it
SOLVED

THANK YOU VERY VERY VERY VERY VERY MUCH
1,363
Posted By omaral
delete all symbolic character
Hello

is there a way to delete all symbolic characters using the tr command
or delete everything apart from letters

for example

input="u;'#n][i.,x/"
input=$(echo $input | tr -d __what do i...
12,828
Posted By omaral
Thank you This is what i have done cat...
Thank you

This is what i have done
cat hash | sed "s/-/$input/$i" 1> hash

were hash is the file that contains the hash of the word '--------'
$input is the inputed character
$i is were the...
12,828
Posted By omaral
in my case x is $input n is $i infile is...
in my case

x is $input
n is $i
infile is hash
12,828
Posted By omaral
can you please help me $input is the input...
can you please help me
$input is the input character
$i is were the character should go
hash is the file the contains this '-----'

cat hash |sed 's/-/$input/$i'
this didnt work
12,828
Posted By omaral
replace character from string
I have a string
-----
i want to replace the 3rd '-' with a character
How can i do that

Basically im trying to do hangman

I have added the '-----' string to a file called hash
and i have the...
Showing results 1 to 6 of 6

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