Translate This Page

About Me

profile_picture_120

Name: Joshua Lyon
Birthday: August 8, 1985
Location: Valley Ranch (Irving), TX
E-mail: josh@boshdirect.com

Related Articles

Content View Hits : 528031
All Blog Categories
Blackberry Cut Copy and Paste Shortcuts
Written by Josh Lyon   
Tuesday, 25 August 2009 10:53

A friend of mine and I were sharing tips on blackberry tricks the other day when he showed me some shorcuts for Cut, Copy, and Paste (see immediately below). He found a  list of other shortcuts and e-mailed them to me so I figured I would post them here for others to use as well.

Cut, Copy, and Paste
You can also find other similar commands in the typing section below.
• To cut highlighted text when typing, press the Shift key and the Backspace/Delete key. 
• To copy highlighted text when typing, press the Alt key and click the trackball. 
• To paste highlighted text when typing, press the Shift key and click the trackball.

See below for even more shortcuts...

 
Shell command for recursive file count in folders
Written by Josh Lyon   
Friday, 07 August 2009 07:04

See below for a great shell command to get a listing of the count of files in all the folders in the current directory and below. It will produce an output similar to the following which can then be manipulated in a data-processing application:

1  ./example/dir1 
256./example/dir2
3  ./example/dir3/dir4/dir5
10 ./example/dir3/dir4/dir6
67 ./example/dir3/dir4/dir7

Command:

find . -type f -printf %h"\n" | sort | uniq -c
 
<< Start < Prev 11 12 13 14 15 16 17 18 19 20 Next > End >>

Page 11 of 63