Tag:
text

Google Chrome Text Highlight Searching and Navigation

by
on
May 8, 2011

Google Chrome is an awesome browser and there are a few tricks that you should learn that make it that much better. Some of the coolest and simplest are text highlight for searching and navigation. Both of these tricks will save you an unbelievable amount of time, and they are only but a couple of [...]

Read More
No Comments
guides

Echo text without a trailing newline

by
on
February 18, 2011

By default the echo command will include a trailing newline at the end of a string. There are many times when you may want to suppress this newline for example when you want to format text in a certain way.There are a couple easy ways to do this. First you can use the ‘-n’ option. [...]

Read More
No Comments
bash

Convert PDF file to text with pdftotext

by
on
September 9, 2010

In many cases it can be helpful to access text from within a PDF file but accomplishing this can be next to impossible. Luckily in Linux there is a command line program called pdftotext which is included with the xpdf package. This first step is making sure that the xpdf package is installed. In Ubuntu [...]

Read More
No Comments
commands

Convert text files within a directory from Windows to Unix format

by
on
January 7, 2009

When a file is saved in Windows and then moved to a Linux system the formatting differences can cause a variety of problems. To effectively use these files you will need to change the format from Windows/DOS to Unix. This conversion occurs by simply removing the Windows carriage return characters. I have explained how to [...]

Read More
1 Comment
bash

Remove Windows carriage returns with tr

by
on
November 30, 2008

The end of a line in a UNIX text file is designated with the newline character. In Windows, a line ends with both newline and carriage return ASCII characters. If a file is saved in Windows and then moved to a Linux system these carriage returns can cause all sorts of problems. If the text [...]

Read More
1 Comment
system administration

Firefox Keyboard Shortcuts

by
on
November 28, 2008

This is the list of the most useful Firefox keyboard shortcuts. It is amazing how much more efficient you can be when your not always reaching for your mouse. Controlling Tabs New Tab – Ctrl+T Close Tab – Ctrl+W or Ctrl+F4 Next Tab – Ctrl+Tab or Ctrl+PageDown Previous Tab – Ctrl+Shft+Tab or Ctrl+PageUp Select Tab [...]

Read More
No Comments
system administration
Copyright 2008-2010 WiredRevolution.com. All rights reserved.