mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
add split
This commit is contained in:
parent
1135f82bfa
commit
46a081753f
1 changed files with 4 additions and 1 deletions
|
@ -1174,7 +1174,10 @@ declare -A array=()
|
|||
scp -r directoryname user@ip:/path/to/send
|
||||
```
|
||||
|
||||
|
||||
#####split file into lines (e.g. 1000 lines/smallfile)
|
||||
```bash
|
||||
$ split -d -l 1000 bigfilename
|
||||
```
|
||||
|
||||
|
||||
##System
|
||||
|
|
Loading…
Reference in a new issue