Hi experts,
I'm wondering how to add path to a bash shell. I was told by different people with different methods so thats why i'm a bit confused right now. I was first told to add PATH=$PATH":...
http://www.experts-exchange.com/OS/Linux/Q_20916723.html
Zones:
LinuxDate Answered: 03/14/2004 Grade: A Views: 55
Hi,
I would like to request an assistant.
Anybody know how to create a bash script to detect whether a process is ALIVE or DEAD ?
The process that i want to detect is as follows (using ps ...
http://www.experts-exchange.com/Programming/System/Linux/Q_23404173.html
hello group,
I'm trying to extract 2nd column of a csv file using awk commad:
$awk "{ print $2 }' file_name
The 2nd column has information such as:
"nokia_generic_series20", "Nokia 20",...
http://www.experts-exchange.com/OS/Linux/Administration/Q_23707839.html
Can anyone tell me how to find a pattern in a string of text in a variable using Bash in Linux?
Example:
var=Line 1: This is a line
I want to be able to search var to determine if : is part ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/bash/Q_23828633.html
Hi all,
I'm new to Linux and attempted to write my first bash script a couple of weeks ago that did daily backups of mysql databases hosted at different companies via cron. I need to keep one mo...
http://www.experts-exchange.com/Programming/System/Linux/Q_20699469.html
Zones:
Linux DevDate Answered: 08/04/2003 Grade: A Views: 0
ok, I am trying to dnyamically build a grep pattern statement, and to do so I am creating an alias, but the alias does not resolve when I run my script I get an error stating "mygrep: command not ...
http://www.experts-exchange.com/Programming/Misc/Q_21525424.html
I have two directories in Linux. One with the old files, one with the new ones. New collection of files (and sub-directories) include new versions of some files. And some files are deleted, compari...
http://www.experts-exchange.com/Programming/System/Linux/Q_23836007.html
how can i get milliseconds from bash, i will use it in a script, i can't write c++
http://www.experts-exchange.com/OS/Linux/Q_20537104.html
Just basic questions...
If I wanted to ssh into another machine from my linux box using bash shell, how would I do that (i.e. what would be the command)?
Also, if I have a large .tgz file in ...
http://www.experts-exchange.com/Networking/Linux_Networking/Q_20955922.html
Zones:
Linux NetDate Answered: 04/17/2004 Grade: A Views: 0
Current script has a $ sign at the beginning of (cut -f /filename)
What role does the $ play in this command...I've tried running the command without the $ sign and i receive a syntax error. An...
http://www.experts-exchange.com/Programming/System/Linux/Q_22777320.html