How to Extract Substrings Using the cut Command in Linux Shell Scripts
cut-b 锛欳uts by bytes. These byte positions will ignore multi-byte character boundaries unless the -n flag is also specified.
-c 锛欳uts by characters.-d锛欳ustom delimiter, default is tab.-f锛歎sed with -d to specify which field to display.-n锛欴o not split multi-byte characters. Only …