Search Results

Search: Posts Made By: moraks007
6,378
Posted By ctsgnb
echo "$1 $a" >>fileuseranswer.tmpshould be...
echo "$1 $a" >>fileuseranswer.tmpshould be replaced by

echo "$1 $b" >>fileuseranswer.tmpyour answers(){ ... } function is useless since not called anywhere.
6,378
Posted By ctsgnb
Here are some ideas : 1) you should add a...
Here are some ideas :

1) you should add a specific character before every lines that start by a number.
this way, you can use this character as a record separator and retrieve questions by there...
6,378
Posted By Corona688
First, let me sincerely thank you for filling out...
First, let me sincerely thank you for filling out the homework template. You would not believe how many students just can't be bothered...#!/bin/sh

echo Username
read i
echo Password
read j So...
865
Posted By DukeNuke2
Do not post classroom or homework problems in the...
Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum (https://www.unix.com/homework-coursework-questions/) under special...
Showing results 1 to 4 of 4

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