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

Users browsing this thread: 1 Guest(s)
pranomostro
Long time nixers
@venam: it's not exactly recursive, since no program is called from itself. And yes, it isn't that performant, but it is performant enough-for example, muring is quite fast and this implementation is a lot simpler than anything I could imagine in C.
Ah, yeah, I'll try xargs instead of unbuf. Sounds far easier.
I just wanted to share this and hear your opinion about it.


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 pranomostro - 01-09-2015, 04:12 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