New (?) idea for shell scripting - Programming On Unix

Users browsing this thread: 1 Guest(s)
venam
Administrators
Sounds like recursive programming with the shell, very interesting.
This might not be very efficient due to all the IO but it's a nice "hack" I haven't seen before.
It could turn out helpful in situations where you only have access to a shell and not any other programming language interpreter/compiler.

We'll done!

NB: You might have been able to use xargs instead of the "unbuf" script you wrote.


Messages In This Thread
New (?) idea for shell scripting - by pranomostro - 01-09-2015, 11:29 AM
RE: New (?) idea for shell scripting - by venam - 01-09-2015, 03:17 PM
RE: New (?) idea for shell scripting - by z3bra - 02-09-2015, 04:19 AM
RE: New (?) idea for shell scripting - by z3bra - 02-09-2015, 06:47 AM