Cut command in linux => http://nibamyha.nnmcloud.ru/d?s=YToyOntzOjc6InJlZmVyZXIiO3M6MjE6Imh0dHA6Ly9iaXRiaW4uaXQyX2RsLyI7czozOiJrZXkiO3M6MjA6IkN1dCBjb21tYW5kIGluIGxpbnV4Ijt9 The ioutil package does not offer a shorthand way of copying a file. The -d option is for indicating the delimiter, or the separator, value. This option tells command to select only given number of byte from each line of data and show in output. Command will process data accordingly. You can provide bytes using the -b command line option. Selected input is written in the same order that it is read, and is written to output exactly once. Shut down the system and reboot. Use the options see ifconfig --help to configure the interfaces. The same can be accomplished with z. The -d option in cut command can be used to specify the delimiter and -f option is used to specify the field position. This can be a list of numbers separated comma or a range of numbers separated by hyphen -. You will be prompted for the command s to run, until you press d. Linux and Unix cut command tutorial with examples - What if I wish to change the output delimiter? Change Delimiter Text may have delimiters by default. We can select text with cut command in linux number. By default field delimiter is tab. Our text is all ready provides tab for delimitation. In this example we will select 3. By default tab is used as delimiter. But it can be specified with -d option like below. Following example we use : as delimiter because the passwd file uses it. Then we only want to show user names those resides in field 1. We can also print by excepting fields. This will print all renaming fields. Following example we can want to print all fields except 2. Change Delimiter Text may have delimiters by default. In some situations we may want to change delimiter while printing to the console. Following example will change tab delimiter to the comma.