Chaining commands using operators
The more we use command-line tools, the more we start stringing complex commands together. Sometimes it's for convenience, but other times, the output of one command can be used as input to another. Let's get some hands on practice with this by filling in the correct chain operators for the circumstances described in the instructions below.
Diese Übung ist Teil des Kurses
Data Processing in Shell
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# If csvlook succeeds, then run csvstat
csvlook Spotify_Popularity.csv ___ csvstat Spotify_Popularity.csv