AboutWelcome to Free Software Daily (FSD). FSD is a hub for news and articles by and for the free and open source community. FSD is a community driven site where members of the community submit and vote for the stories that they think are important and interesting to them. Click the "About" link to read more...
You can search Google.com from the Linux command line without using a CLI web browser like lynx or Elinks. All you need is the curl and html2text packages installed. Then you issue the following command...
If you're not afraid of the command line, take a peek at Bash Blogger. As its name implies, this application is a bash script that automates all of your blogging tasks (aside from writing, of course). Bash Blogger's shell scripts come in a 36KB archive.
Reading files is no big deal with bash: you just redirect the input to the script or pipe the output of another command into the script, or you could do it inside the script if the file names are pre-determined. You could also use process substitution to pass in the open files (command pipelines actually) from the command line.
I am personally a strong advocate of using the Command Line. However, I am coming from a more tech type of situation than some others do. For the 'average" user however, is the Command Line relevant to everyday use?
I started learning computers back when DOS was all that was available to me, so I was comfortable with the command line. When Windows 95 was released my command line usage dropped considerably because there simply wasn't the "need" for it that there once was. I've gone from using the command line all the time to using it very seldom because GUI's were getting better and becoming more wide spread.
Today’s “Newbie Tip” is learning some basics about the “Command Line Interface” or as it’s mostly referred to, “Command Line”. The command line gives the user the ability to interact with the operating system by typing via a text terminal.