When I receive lines one by one, why do programmers sometimes write:
set line = ($<)
set line = ($line)
What exactly do those rows mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found a csh overview here: http://linux.die.net/man/1/csh
I appreciate you may not use Linux but I always found O’Reilly’s Linux in a Nutshell book great for shell scripting.
To specifically address your questions (from the post above so I could be wrong!)
Of course, like all things with Csh – you should probably just use Bash and live happier 🙂
Dan