mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-17 05:28:24 +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
|
```bash
|
||||||
echo $?
|
echo $?
|
||||||
```
|
```
|
||||||
|
#####view first 50 characters of file
|
||||||
|
```bash
|
||||||
|
head -c 50 file
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
##System
|
##System
|
||||||
|
|
Loading…
Add table
Reference in a new issue