Linux split Command
In this tutorial we learn how to use split commmand in Linux. split command is split - split a file into pieces
In this tutorial we learn how to use split command in Linux. split command is split - split a file into pieces
split [OPTION]... [FILE [PREFIX]]
We can use man
and info
command to see the manual page of split command.
split command also have --help
option to show list of options.
To open man page for split command we can use command below. To exit man or info page you can press q
.
man split
To open info page for split command we can use command below.
info split
To open help page from split command we can run command below.
split --help
You can find split command source code from the folowing repositories:
You can read tutorials of related Linux commands below:
In this tutorial we learn how to use split in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.