Skip to content

Commit

Permalink
add others
Browse files Browse the repository at this point in the history
view first nth characters of a file
  • Loading branch information
onceupon authored Jan 18, 2017
1 parent f291055 commit c0619de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,10 @@ echo -e 'text here \c'
```bash
echo $?
```
#####view first 50 characters of file
```bash
head -c 50 file
```
##System
Expand Down

0 comments on commit c0619de

Please sign in to comment.