Search Results

Search: Posts Made By: glock1800
1,974
Posted By glock1800
Changing Directories
How can i create a file, for example with a touch command, in a different directory from the current one i am in, in one single line command?
1,408
Posted By glock1800
Thank you so much! sorry for the noob...
Thank you so much!

sorry for the noob question but this was driving me crazy.
1,408
Posted By glock1800
Need help with program error
#!/bin/csh
#
# Time of day greeting
#
# usage: greet [hour between 0-23]
#
if ($#argv == 0) then
set hour = ‘date +%H’
else
set hour = $argv[1]
endif
#
...
Showing results 1 to 3 of 3

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