I want to write a start up script in tsch that creates a directory some where named with the current user id. I was hoping the following would work.
Set A = (id -u -n)
But I'm not sure how to handle the output of the command id properly for this kind of variable assignment.