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...
http://www.experts-exchange.com/Programming/System/Linux/Q_20441418.html
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)
http://www.experts-exchange.com/OS/Linux/Q_20605906.html
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...
http://www.experts-exchange.com/OS/Linux/Q_20936796.html
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...
http://www.experts-exchange.com/Programming/System/Linux/Q_21447638.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23198588.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_23293512.html
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...
http://www.experts-exchange.com/Programming/System/Linux/Q_23339171.html
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
http://www.experts-exchange.com/Programming/System/Linux/Q_23339174.html
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
http://www.experts-exchange.com/Programming/System/Linux/Q_23339183.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_23339217.html