How do I run multiple Unix commands? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . So I have to run a cut and a sort file at once. I'm using this command: sort -k2 customers;cut -f7-31 customers The objective is to cut lines 7-31 then organize them in alphabetical order but I am not sure how to achieve it. Any input will help, thank you. 回答1: The objective is to cut lines 7-31 ... You can use