mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
add others
view first nth characters of a file
This commit is contained in:
parent
f29105585c
commit
c0619def87
1 changed files with 4 additions and 1 deletions
|
@ -1262,7 +1262,10 @@ echo -e 'text here \c'
|
|||
```bash
|
||||
echo $?
|
||||
```
|
||||
|
||||
#####view first 50 characters of file
|
||||
```bash
|
||||
head -c 50 file
|
||||
```
|
||||
|
||||
|
||||
##System
|
||||
|
|
Loading…
Reference in a new issue