First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Logical AND with regular expression
I need to see lines in file containing 2 strings: each line must have string "ABCDE" and "12345" anywhere in the line, but both must be there. It just happens that "ABCDE" comes first and "12345" ccomes later, but I do not need to enforce it. I have test file: $ cat samplefile this is a line that does not mat... 23 Jun 2008 11:41
Best way to Collect Log
On Jun 11, 5:14 pm, Stephane CHAZELAS <stephane_chaze...(a)yahoo.fr> wrote: 2008-06-11, 08:15(-07), invincible: [...]> I basically use a ksh. How different is POSIX from ksh ? [...] ksh is an implementation of an interpreter of the POSIX sh language (like bash, modern ash, zsh...) like gcc is an ... 20 Jun 2008 09:09
Reading a text from a file and taking action
Hi friends, I want to read a text from a file and on the base of that i want to do some thing. Can anyone guid me how to do that as i am very new to unix environment. Any suggestion will be highly appericable. regards, ... 20 Jun 2008 05:04
lady crocs coach chanel lv prada UGG versace sandals for sale
( www.c/heapforwholesale.com ) Discount Coach Sandals, Dior Sandals, Prada Sandals, Chanel Sandals, Versace Sandals, Crocs Sandals, LV Sandals, ( G U C C I ) Sandals, UGG Sandals, Burberry Sandals, Women's Sandals Men's Slippers From China Brand Sunglasses Wholesale: Discount, Prada Sunglasses Discount,... 19 Jun 2008 15:46
Killing process with more than one day
Hi: Can you tell me how kill process with more than one day (solaris)? Thanks. ... 21 Jun 2008 07:39
POSIX compilant function call
Hejhej, I am trying to rewrite a /bash/ script to be POSIX compilant, so it will work with /dash/. In this script there is a function call lile this: getmounts >$TMPSRC #getmounts is the function obviously in /dash/ it never actually calls that function, and just drops out of the script. Now I am not... 19 Jun 2008 14:44
Tilde home directory variable name expansion problem
In bash, why does this form of tilde home directory expansion work fine: ls -ld ~joeuser drwxr-xr-x 7 joeuser joeuser 512 Jun 11 11:03 /usr/home/joeuser/ yet, if I set the username to a variable, and try to use tilde expansion, it never happens: e.g. USERNAME="joeuser" ls -ld ~$USERNAME ls: ~joeuser... 19 Jun 2008 14:44
simple sed script
can anyone help me to figure out what this "ed" script is trying to do ? and how to convert it to to use "sed" ? cat - <<EOF|ed -s indfile.tmp 1,$ g/REM /s/REM //g 1,$ g/INITIAL *$/j 1,$ g/INITIAL *[0-9]* /s/INITIAL *[0-9]* /INITIAL 100K /g 1,$ g/NEXT *$/j 1,$ g/NEXT *[0-9]* /s/NEXT *[0-9]* /NEXT 100K ... 19 Jun 2008 11:38
Changning the partition type in a Bash-Script
Hi, as the subject already says, i have to change the id of a primary partition (from ntfs to linux). This job has to be done inside a shell-script. parted doesn't seem to be able to do the job. Is there another way then using expect with fdisk? Greets, Thomas ... 19 Jun 2008 07:32
How To Debug a Running Shell Script
A little while back someone asked about debugging a running shell script. (Alas, the post from less than 3 weeks ago has expired in my news reader.) An acceptable solution was proposed which periodically reads a file that controls turning on some debugging switches. Another variation on that idea is to install... 26 Jun 2008 13:35
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61