Search Results

Search: Posts Made By: Qwond
4,563
Posted By Qwond
i mean whenever q is pressed I've tried the...
i mean whenever q is pressed

I've tried the Quit function that did it for me.

I thank you all for all your quick response
4,563
Posted By Qwond
Like this loop=1 while [ loop -eq "1" ]...
Like this


loop=1
while [ loop -eq "1" ]
echo "Type F for first choice"
read firstChoice
echo "Type S for second choice"
read secondChoice
if [ "$firstChoice" = "F" ]; then
...
4,563
Posted By Qwond
quit any time
how can i read input to quit any time, for instance "type q to quit"

I have a script like this

echo "The first choice"
read firstChoice
echo "The second choice"
read secondChoice

Looking...
2,384
Posted By Qwond
Menu at the bottom
Hi everyone,

I'm new to Linux and bash scripting.
Question? How can I display a menu at the bottom of the screen when displaying a content of a file with the less command?

Like in gvim with...
Showing results 1 to 4 of 4

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