linux ps trennzeichen code example Example: linux cut cut // remove sections from each line of files echo foo bar baz | cut -f 2 -d ' ' bar