Write a command to print newline, word, and byte counts for /tmp/test.txt file.
Introduction to text processing: wc, cut, tr
File counts
Report a typo
Sample Input 1:
Ubuntu
Linux
Tux
LinusSample Output 1:
4 4 23 /tmp/test.txtWrite a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.