Search Results

Search: Posts Made By: caruccio
12,376
Posted By caruccio
As pludi said, makefiles are great for this kind...
As pludi said, makefiles are great for this kind of job.
What you have is: to to create something, this otherthing must be done before.

A common place on source compilation is:
I need to build...
5,354
Posted By caruccio
My 2 cents: $ var=abc $ echo -n...
My 2 cents:


$ var=abc
$ echo -n ${var:0:1} | tr -s '[:lower:]' '[:upper:]' && echo ${var:1}
Abc


---------- Post updated 02-16-11 at 10:44 AM ---------- Previous update was 02-15-11 at...
4,511
Posted By caruccio
$ echo STAPISDK_RELEASE_32_BL012_2011_JAN_25.1597...
$ echo STAPISDK_RELEASE_32_BL012_2011_JAN_25.1597 | grep -o BL[0-9][0-9][0-9]

The beauty here is that it evaluates only for "BL" followed by 3 digits.



Damn, I didn't saw the second page....
2,552
Posted By caruccio
Little tip: less pipes! this: output=`cat...
Little tip: less pipes!

this:
output=`cat $2 | grep "CustomCDRInterceptor" | grep "$a" | grep "$b" | cut -d"|" -f6 | awk -F"," '{print...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy