Search Results

Search: Posts Made By: orailker
21,110
Posted By orailker
Hi satyajit007, Put the following 2 lines in...
Hi satyajit007,
Put the following 2 lines in your script file and make your script file executable with "chmod +x script_file" and then run your script file.

new_file=`ls -ltr|grep -v drw|tail...
5
1,728
Posted By orailker
while [ 1 ]; do echo " ...
while [ 1 ];
do
echo " Enter your choice"
done

Pay attention to semicolon and spaces between the brackets
21,478
Posted By orailker
Hi Airwalker83, If you haven't tried, you may...
Hi Airwalker83,
If you haven't tried, you may put this as the first line of your perl script:
#!/usr/bin/env perl

and edit your crontab as:
0,30 * * * * ...
Showing results 1 to 3 of 3

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