Corte Linux
cut // remove sections from each line of files
echo foo bar baz | cut -f 2 -d ' '
bar
Acry
cut // remove sections from each line of files
echo foo bar baz | cut -f 2 -d ' '
bar
ssssadsfsdbshbsd