Search Results

Search: Posts Made By: Manoj Indalkar
4,529
Posted By Manoj Indalkar
My Try
This is what i found

# Use of a case statement to offer a 5 item men
echo "Menu
1. Copy a file to a designated directory
2. Check whether a specified user is logged in
3. Display the details...
1,585
Posted By Manoj Indalkar
Hi Vikram, Thanks for you reply... but no...
Hi Vikram,

Thanks for you reply... but no alias is stored on all the above three files mentioned by you.
And also what is vi myalias ?

Thanks,
Manu
1,585
Posted By Manoj Indalkar
Alias physical location.
Hi All,

Please let me know where are the below Aliases are stored.



alias l.='ls -d .* --color=tty'
alias ll='ls -l --color=tty'
alias ls='ls --color=tty'



I tried searching it in...
4,649
Posted By Manoj Indalkar
try this: nohup scriptname.sh > filename & ...
try this:

nohup scriptname.sh > filename &


it will run the script in the background and save the output in file "filename". Even if the terminal gets disconnected by any mean the script will...
Showing results 1 to 4 of 4

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