Search Results

Search: Posts Made By: SANA4SPA
1,751
Posted By agama
I'm not familiar with 'nano,' so maybe it's an...
I'm not familiar with 'nano,' so maybe it's an interface issue, but it sounds like you need to type 'q' to get less to stop.

You could try running less with the -E option which won't write the...
2,789
Posted By ahamed101
#!/bin/bash display() { clear if [ -z...
#!/bin/bash
display()
{
clear
if [ -z "$choice" ] || [ "$choice" == "Y" ]
then
echo -e "Please enter your ID : \c"
read user_id
echo -e "Please enter the password : \c"
...
Showing results 1 to 2 of 2

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