This is a video about simple linux commands that work on nearly every distribution of linux. This video is for people brand new to Linux Providing training videos since last Tuesday. technoblogical.com Thanks for watching. Video Rating: 5 / 5
“ps axj | grep gnome” (or whatever you want) is a good pipe example if you’re using Fedora or something using Gnome for the GUI. In fact I’d be willing to bet that “command | grep something” is the most common usage of command piping.
Actually come to think of it “| more” (or less..no pun) is easily the most commonly piped command.
“ps axj | grep gnome” (or whatever you want) is a good pipe example if you’re using Fedora or something using Gnome for the GUI. In fact I’d be willing to bet that “command | grep something” is the most common usage of command piping.