Tag Archive
amateur astronomy awk bash be b[e] supergiant cartoon conference convert evolved star exoplanet fedora figaro fits fun galaxy history iraf jupiter latex linux lmc machine learning massive star matplotlib meteor mypaper paper peblo photometry planet pro-am pyraf python scisoft skinakas observatory small magellanic cloud smc spectroscopy starlink talk theli ubuntu university of crete video x-ray
While loop in C-shell scripts
When using the while loop in C-shell scripting the usual stucture is:
while (expression)
commands
…
end
BUT, you need to add an empty line or a comment after end in order for the loop to work!