Loading...
Engaged Employer
Linux: view a column in the csv in the command line
Anonymous
awk can be used
awk -F, '{print $1}' or cut -d, -f1 (replace '1' w/ desired column number(s))
cat file | cut -d, -f1
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalized job recommendations and updates by starting your searches.