Enter Keywords:
1 - 10 of 105(0.034 seconds)
Sort By:
 
Here is the scenario, please let me know if this is possible and a hint on how it can be done would be helpful - perhaps an example ... I have some programming experience with QuickBasic and Vis...
Zones: Linux DevDate Answered: 01/02/2003 Rating: 7.6 Views: 0
I've just migrated from Windows to Linux. How do I write a shell script that: 1. Changes user to root 2. Enters the password for root 3. Executes a command (for example Midnight Commander)
Zones: Linux, Linux DistributionsDate Answered: 09/20/2003 Rating: 7.4 Views: 0
linux shell script to check directory diskspace if over 100mb it will email me ! i tried using the below php script yet i still cannot get the information into a variable <?php $tmp=passthr...
Zones: Linux, Linux DistributionsDate Answered: 04/01/2004 Rating: 7.4 Views: 0
Hello, Can anyone show me how to tell if the file is an execuatble file in linux? I know ls -l filename will show it. What I am looking for is a simple scritps which a takes file name as an inpu...
Zones: Linux DevDate Answered: 06/08/2005 Rating: 7.6 Views: 0
I am building a sql command string and trying to echo the following statement echo 'set file_status='UPDATED''  >>  temp_command_buffer how do I get the single quotes around UPDATED to be pa...
Zones: Shell ScriptingDate Answered: 03/05/2008 Rating: 7.6 Views: 16
Hi all, I am creating a script that i need to go back some directories, but the mos common and not so good way that I now to do that is by cd ../../../../../../../... Another way to do this m...
Zones: Scripting, Shell ScriptingDate Answered: 04/03/2008 Rating: 8.8 Views: 0
Give the command that will sort  the file ~/batman/file/runs.txt  by the  distance of each  run. (Each runs distance is indicated in field 4 of each line.) Make sure that this will work no matt...
Zones: Linux DevDate Answered: 04/24/2008 Rating: 9.6 Views: 0
Give the shell scripting command that will store the value of the current name variable into another variable called name2
Zones: Linux DevDate Answered: 04/24/2008 Rating: 9.1 Views: 0
Give the composite  (piped)  command that will count the number of unique first names there are in the file ~/batman/folder/people and store the answer in a variable called UNIQUE
Zones: Linux Dev, LinuxDate Answered: 04/24/2008 Rating: 9.1 Views: 0
The file ~batman/computer/runs.txt contains a log of each run a runner has done for several  years. Each line describes a single run. (Some runs have been entered more than once in the file.) The...
Zones: Shell ScriptingDate Answered: 04/30/2008 Rating: 7.0 Views: 0