Description:
Using and programming the Unix shell.
|
|
|
Difficulty with a Makefile
|
| |
Hi, I hope this isn't too off topic. If so, is there a better place for this? I'm having trouble expressing something in this Makefile: ...all: master.wav echo done. master.wav: slide.wav piano.wav echo %.wav: %.orc %.sco orc_header csound $*.orc $*.sco -o $@ ...I want master.wav to be built using the automatic... more »
|
|
Dropping a column into a VI file
|
| |
I have a large file I have started adding POSITION commands to for Oracle SQL Loader. %s /$/POS etere/ will get me the commands; however, I want them all stacked in the same column for readibility. How could I do that with regular expressions in VI? Basically, POSTION(XX,,XX) DECIMAL EXTERNAL all in proper column and... more »
|
|
pan spam regex
|
| |
The Pan newsreader (maybe there are better choices) has a form for filtering out spam (author contains fjrjtrad, set priority to zero....or subject contains penis, set priotiry to zero) That form also has a regex feature. Is there a regex that would match all the odd not-normal-ascii characters these turkeys like to use (characters that show up... more »
|
|
|