Search Results

Search: Posts Made By: _r€d
19,938
Posted By _r€d
Reading input to create a variable in a script?
---------------------
If you will use REPLY. (Give read no variable)
echo "What is your name ?" ; read
echo $REPLY #use big letters
---------------------
If you will use a variable
echo "What...
3,394
Posted By _r€d
Re: Finding users currently accesing a directory
dont know if this is the right answer, but i hope i can help you:

type "w" in the shell and press return. from the manuals: ...the "w" utility prints a summary of the current activity of the...
59,098
Posted By _r€d
Re: Returning Values (shell Script)
return value of shell skripts is like booleans

--------------
example 1:
--------
ls
echo $? //(this returns 0 for true)

--------------
example 2:
--------
ls xyz
echo $? //(this...
Showing results 1 to 3 of 3

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