Search Results

Search: Posts Made By: erest8
3,093
Posted By erest8
Cali, I tried your script...
Cali,
I appreciate your help. I tried running this script you sent me, but when I run it I get a syntax error at line 12...regarding the fi. Could you please help me a little more and please let...
3,093
Posted By erest8
Here is the code and thank you.
variable=" "
echo $variable > name.dat
while [ "$variable" != "finished" ]
do
echo "Please enter your name (type finished when done)"

read variable
echo $variable >> name.dat
sort < ...
3,093
Posted By erest8
Removing a specific word from a created list
I am working on a script that prompts a user name and creates a list in a username.dat file. Furthermore, I have created a sorted_username.dat file. My question is this: My script uses the word...
Showing results 1 to 3 of 3

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