Computer scienceSystem administration and DevOpsCommand lineWorking with files

Viewing files in shell

First charachers

Report a typo

Read the "/tmp/test.txt" file with the head utility, and make it print the first 8 characters.

Sample Input 1:

Unix cat, Unix cat, where have you been?

Sample Output 1:

Unix cat
Write a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here

}
___

Create a free account to access the full topic