• + 0 comments

    cut -c3

    echo "hello" |cut -c3

    output = l

    cut is a command-line tool used to extract sections from each line of input — by bytes, characters, or fields.