Search Results

Search: Posts Made By: relle
6,353
Posted By relle
Hi Aigles
My problem is my program has to prompt a user to do a guess game. The user has to guess a letter from a word that the program randomly chooses and then set a number of lives.

If the user guesses...
6,353
Posted By relle
$random
I need to use the $RANDOM command to get a line from a list of lines in a file randomly.

file is
help
go
three
house
film

how do i randomly get one word without looking into the file?
5,312
Posted By relle
Hi Franklin I have tried this but then i get an...
Hi Franklin
I have tried this but then i get an error command not found in line 5
5,312
Posted By relle
add text in the middle of file
Can anyone help me pls? I want to add a text into the middle of file.
I've writtenthe following script

text to add="$1"
file="$2"
lines=$(wc -l $2)
half_lines=$(expr $lines / 2)
head...
10,471
Posted By relle
Thanks
Thanks, but i dont want to use sed or awk
10,471
Posted By relle
insert text in the middle of a file
I want to insert a text into the middle of a file
Showing results 1 to 6 of 6

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