Advertisement

1 - 10 of 30 containing alltags:("scripting, linux") (0.002 seconds)
My script is in linux. And the I can explain better with the following example: I have a folder that has subfolders and a file in the last directory: a/b/c/d/file.sh Then The idea is to pu...
Zones: Linux, Shell ScriptingDate Answered: 04/03/2008 Grade: A Views: 0
Hello, I have a batch file that will check if a host is alive and if so "do something" , if not "do else". here is my batch file. PING 192.168.2.100 | FIND "TTL" > NUL IF NOT ERRORLEVEL 1 G...
Zones: Linux DevDate Answered: 03/24/2006 Grade: A 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 Grade: A Views: 30
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 Grade: B Views: 0
Hello, Here is my file ; it is an sql file. select @i_date_v := min(from_unixtime(logging_time, '%D-%M-%Y')) FROM 1_event_2008070600; select @mm1_succ_1 := count(*) FROM 1_event_2008070600 w...
Zones: Linux Dev, bash, Shell ScriptingDate Answered: 07/07/2008 Grade: A Views: 52
I made a bash script, but I am not very good in it, how can I simplify this bash script? Any other tips?
Zones: Shell Scripting, sh, bashDate Answered: 07/12/2008 Grade: A Views: 4
I have the apache logs in the following format: [Mon Jul 28 00:02:35 2008] [error] [client 99.99.99.99] File does not exist: /home/abc.xyz.com/http/1.gif", referer: http://abc.xyz.com/ggg1/p000...
Zones: bash, Linux Dev, Open SourceDate Answered: 08/12/2008 Grade: A Views: 51
Ok I have searched for hours, and its driving me crazy so im just going to go ahead and ask this stupid question. I apologize for it being so basic. Im VERY new to scripts/programing. I am making...
Zones: Linux, RPM Installer, Li...Date Answered: 10/21/2002 Grade: A Views: 0
I need to write a simple script on my Fedora box that would run these commands in succession and email me the results in one email once a day every day uptime ps aux | grep httpd ps aux | grep...
Zones: Linux AdminDate Answered: 10/28/2005 Grade: A Views: 0
I am working on a fairly simple shell script to ftp some files from a remote Windows 2003server to a Suse 9.2 Pro linux server.  The remote files are web log files and are stored with the date as p...
Zones: Linux, Linux DistributionsDate Answered: 05/27/2006 Grade: B Views: 116