Forum: Shell Scripting Dec 27th, 2008 |
| Replies: 10 Views: 2,445 sorry, it took a while to get back to everyone, i've been busy and back burnered this one,
what i finally ended up with (which worked!) is
#!/bin/bash
lsof |grep NEP|awk '{ print... |
Forum: Shell Scripting Dec 4th, 2008 |
| Replies: 10 Views: 2,445 Mike,
Thanks for the quick response...
it looks like most of it works. its copying a majority of files, but not the one i need...yet. I run mac os x 10.4 and i needed to -I, it looks like it... |
Forum: Shell Scripting Dec 3rd, 2008 |
| Replies: 10 Views: 2,445 is there a way with sed to do
sed -s / /\ / |
Forum: Shell Scripting Dec 3rd, 2008 |
| Replies: 10 Views: 2,445 heres the output2, which is the lsof,grep,awk:
/Applications/QuarkXPress 6.1/QuarkXPress/Contents/MacOS/QuarkXPress
/Applications/QuarkXPress 6.1/OmniCore.Mach-O.r.dylib ... |
Forum: Shell Scripting Dec 3rd, 2008 |
| Replies: 10 Views: 2,445 I tried using sed to prepend, and append the file list with quotes, still no dice. |
Forum: Shell Scripting Dec 3rd, 2008 |
| Replies: 10 Views: 2,445 hello all,
I work at a newspaper, and we use QuarkXPress for Desktop publishing...and we have a pretty unfortunate glitch, when Quark crashes, it seems to untick the backup option in the pref's...... |
Forum: Shell Scripting Nov 24th, 2008 |
| Replies: 9 Views: 1,352 I'm running os x 10.4.8, and my script seems to run with/without the whitespace in the first line, but i removed it either way...
I just removed both while's and do's and placed it in root and made... |
Forum: Shell Scripting Nov 20th, 2008 |
| Replies: 9 Views: 1,352 The space on the server address is supposed to be there, our admin made that mistake when re assigning shards, and its made everything a nightmare...
definitely a good spotting on the two do's,... |
Forum: Shell Scripting Nov 20th, 2008 |
| Replies: 9 Views: 1,352 I'm currently trying to write a shell script at work that would loop and allow me to enter the date, and the ad number of a PDF file, that would then copy that ad into a designated file and I can't... |