Explore >> Select a destination


You are here

karla.io
| | www.blopig.com
17.6 parsecs away

Travel
| |
| | aduros.com
29.9 parsecs away

Travel
| |
| | willhaley.com
23.0 parsecs away

Travel
| | This command uses find to recursively print all files and directories under a given directory tree. The -printf option allows us to print the %p path and %s size. We print them in that order so that when we sort, we sort on the path, and not the file size. find . -printf "%p %s\n" | sort This can be helpful if you run some sort of process against a directory, and want to see how the files change.
| | www.softdevtube.com
93.6 parsecs away

Travel
| Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and