Insomnia19
2011-03-09 16:33:25 UTC
currently on either the open or close curly bracket of the block? Likewise what command will shift
an entire curly-bracket block one level left (de-indent block)?
2. Using the ls command, how can you quickly find the size in bytes of all the files in the current
directory sorted in ascending order (file with the largest size in bytes should be the *last* one listed
by ls showing the file size in bytes)?
3. Copy and paste into your README file the sample run of PrintEnglish with a number and base that
spells out "C S E eight B". Do the same for your name. Depending on the length and letters in your
name, you may not be able to spell your name out completely from one integer value. An int can
hold values from -2147483648 to +2147483647. If your calculated number to spell out your name is
larger than 2147483647, break it up into two (or more if you need) numbers to print your name
across two executions. Feel free to use a shortened name. For example, Anu vs. Anupallavi.