Tue 31 Jul 2012
The Nine Billion Names of Search
Posted by Matthew E under Productivity, SlickEdit Products, Uncategorized
[3] Comments
Arthur C. Clarke’s “The Nine Billion Names of God” is one of my all-time favorite Sci-Fi short stories. (Spoiler Alert) To oversimplify the plot, Tibetan monks hire some computer engineers to put together a system that will print out all the 9 billion names of God, speeding up centuries of effort. Their belief is that after this task is complete, mankind’s purpose on Earth will be fulfilled.
And while my goals are not quite so lofty, I felt it important to demonstrate all the varied ways you can perform searches in SlickEdit. No promises that it’ll save you centuries of effort, but you may learn a few new tricks.
Please note that SlickEdit is a multi-platform, multi-language editor. This recording was done on Mac OS X, which is only one of the 9 platforms options that SlickEdit offers. View all available platform options here.
July 31st, 2012 at 11:06 am
Great post! I always love finding new features of SlickEdit.
I can’t seem to find the ‘bf’ or ‘wf’ commands for buffer and workspace find. I enter ‘bf/dutNo’ and I get an “Unknown Command” error.
I’m using SlickEdit 2012 (v17.0.0.8 32-bit)
July 31st, 2012 at 11:22 am
@Justin
Try using a space instead of the forward slash as the command/argument delimiter.
e.g.: bf dutNo
And “bf” is just shorthand for the list-search command.
list-search dutNo
Likewise, “wf” is shorthand for workspace-search.
July 31st, 2012 at 1:06 pm
@Matthew
Thanks for the follow up. I ended up upgrading to v17.0.1.0 and now those shorthand commands are available.
Thanks for the great product and support!