Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

nevada

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

time

With time you can list the resources that a certain command takes up. For example,
time dd if=/dev/random of=/dev/null count=10

will output the number of resources taken up by moving 10 blocks of random data to memory.
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS