Jump to content
Compatible Support Forums

texroot

Members
  • Content count

    2
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About texroot

  • Rank
    stranger
  1. texroot

    another shell script question!

    I do some shell scripting from time to time in my job... This problem didn't seem so hard until I tried to play with it a bit...but it was. It's quite hard to read into an array or otherwise do something so that the part of the path separated by a space isn't treated as a separated path. Anyway, try something like this: find $PWD -type d|{ while read aline;do cd "$aline" do-some-commands-here... done } That's a pipe symbol "|" after the "d" and before the "{" . HTH.
  2. texroot

    Sametime 3.0 and Linux

    specifically noted as suitable for Linux/Unix clients. I use it on Linux at work. Don't know off the top of my head what version of Sametime it is.
×