|
|
Here's one solution
IF /path/to/your/logfiles/ is the same folder as this_folder, then changing this should work:
I hope I cleaned up the quotes properly. I'm not familiar with the tail command. There is a space and a single quote between -100f and the quotation mark.---
Here's one solution - quotes in wrong place
Your quotes are in the wrong place - you have to combine the two strings BEFORE you quote them, otherwise you'd get 'something''somethingelse' which will not work.
So, we combine the Posix path of this_folder with theName FIRST, then we get the quoted form of it. Note that also means you do NOT include the single quotes yourself - that's what "quoted form of" does.
Also, you don't need to specify where "tail" is by using the full path, unless you're afraid the user may have another version of tail that you don't want to use. |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.08 seconds |
|