Help me prep as an applicant in an imaginary interview for a junior programming position centered around Linux shell scripts, PHP, and Python, with an emphasis on processing text and URLs (availability, routing, etc).
[more inside]
posted by jsturgill
on Oct 17, 2011 -
10 answers
On MacOS, I can say
osascript -e 'set myapp to name of (info for (path to frontmost application))' to print the name of the program that currently has focus, in a way that's useful for shell scripting. How can I get the same information in a graphical session on Linux?
posted by fantabulous timewaster
on May 12, 2010 -
21 answers
I'm using a shell script to handle some excel docs by converting to csv and reformatting it a little bit. I'm having some difficulty going on with the next part of the script. Some help would be great. :)
[more inside]
posted by fightoplankton
on Jun 10, 2009 -
11 answers
Shell scripting quandry: running apt-get and then running a command that requires a apt-get installed package fails because bash doesn't wait for apt-get to finish...
[more inside]
posted by tmcw
on Dec 6, 2008 -
4 answers
BASHFilter! I've got a simple bash script that I've written to clean out a frequently used NAS. I run it every 30 days, it sets proper permissions, removes extraneous files and directories, but it frequently hangs on paths longer than 255 characters.
[more inside]
posted by jackofsaxons
on Jun 2, 2008 -
13 answers
How do I get my Linux shell to behave the same when I am using screen, as when I am not using it?
[more inside]
posted by davar
on Nov 5, 2006 -
11 answers