|
simple makefile help I don't write enough makefile to be fluent, but know what sone of what can be done. I have a cadence directory that has over 5K directories. Within each directory there is a file 'layout' that is the focus of this make file. I need to have a gds file in one directory that is dependent on the layout file in anoth... 17 Apr 2008 02:00
Rearrange lists / "dynamic" elements count in for loop - possible? --------- code #!/bin/bash LIST="01 02 03 04 05 06 07 08 09 10" for element in $LIST do workOn($element) # For each element do something if [ "$?" -ne "0" ] # If the output from the last command/ function was not "success" = 0, then then export LIST="$LIST $eleme... 16 Apr 2008 23:37
china nike factory wholesale Air Max 90,Air Max 95,Air Max180,Air Max 36,nike max ltd Dear Sir or Madam: WELCOMETO WHOLESALESNEAKERCN Global Trade Co.,LTD. we are wholesale :Jordan sneakers incluing air jordan sneaker, michael jordan sneaker,we also wholesale jordan sneakers, cheap jordan sneakers, retro jordan sneakers,baby jordan sneakers for cheap and cheapize and get your latest exclusive j... 16 Apr 2008 13:13
Right justification in putty title bar I'd like to do is have the short hostname, of the title bar of my putty window in the far upper left-hand corner, followed by the date in the far upper right-hand corner. Currently, this is what I have in my .bashrc: export HOST=$(echo $HOSTNAME |cut -d"." -f1) export DATE=$(date +%a" "%b" "%d) export TERM=xt... 16 Apr 2008 10:49
Dalai Lamaļ¼ your smiles charm but your actions harm Transcript: James Miles interview on Tibet by CNN *Story Highlights*: # James Miles, journalist with The Economist, was in Lhasa during violent protests(March 14th) # Says he witnessed violence against ethnic Han Chinese and Muslim Hui minority # Ethnic Tibetans involved in protests were "armed and very int... 16 Apr 2008 09:13
Regular expression capture group in shell Thanks for the replys. I noticed that my original spesification did contain two small mistakes. First of all the 00-section can contain any number (e.g 1, 12, 1234) not just 2-digits but it will contain atleast one digit. Another mistake was in the last section ZZZ, which contains four characters ZZZZ. Other th... 16 Apr 2008 11:37
html to ascii conversion: quick google translate from thecommand line 2008-04-16, 04:29(+00), Rahul: Is there a way to convert a html snippet "sensibly" to ascii plain-text. I just want to display a no-frills version of this google translate query quickly from the command-line: curl -s 'http://translate.google.com/translate_dict?q=cat&hl=en&langpair=en%7Cde' [...] ... 19 Apr 2008 13:07
html to ascii conversion: quick google translate from the command line Is there a way to convert a html snippet "sensibly" to ascii plain-text. I just want to display a no-frills version of this google translate query quickly from the command-line: curl -s 'http://translate.google.com/translate_dict?q=cat&hl=en&langpair=en%7Cde' "cat" could be replaced by "dog" "beer" whatever a... 17 Apr 2008 21:18
copy the content from corrosponding paths from two files Hi Gurus, I've two files each with srcpath and destpath. I need to copy files from each srcpath to its corrosponding destpath. srcfile /ms1/test1/test2 /ms2/test4/test5 destfile /ds1/tst1/tst5 /ds3/tst4/tst6 --- So i need to copy dir from scp /ms1/test1/test2 /ds1/tst1/tst5 scp /ms2/test4/test5 /ds3... 16 Apr 2008 13:13
How to remove common lines from a text file in Korn Shell Hi all, I have a file that looks like: */tmp/dst/file1*234*RW*6790 */tmp/dst/file2*568*RW*908 */tmp/dst/file3*345*RW*746 */test/flm/file4*354*RW*987 */test/flm/file5*643*RW*645 I need to keep all of the lines with the exception of the one with file1 and file3 which have in common "/tmp/dst". I need to... 15 Apr 2008 17:55 |