Programming

TwitterFacebook
Get flash to fully experience Pearltrees
SDKs and Frameworks

Video Game Development

Related Pearls

Profile folder - Firefox

From MozillaZine Knowledge Base This article is about Firefox's profile folder. See also Profile folder - Thunderbird and Profile folder - SeaMonkey . http://kb.mozillazine.org/Profile_folder_-_Firefox
Programming Languages

Commands tagged directories

Ever wanted to find the most recently modified files, but couldn't remember exactly where they were in a project directory with many subdirectories? The "find" command, using a combination of "-mtime -N" and "-depth -D" can be used to find those files. If your directory structure isn't very deep, just omit the "-depth -D", but if your directory structure is very deep, then you can limit the depth of the traversal using "-depth -D", where "D" is the maximum number of directory levels to descend. http://www.commandlinefu.com/commands/tagged/241/directories
Techniques

http://www.commandlinefu.com/commands/tagged/572/clipboard

Commands tagged clipboard

That works in all softs, CLI or GUI...