Forum: Shell Scripting Aug 28th, 2009 |
| Replies: 13 Views: 1,041 I rather not "rip" code from another utility.
Id just like to make this using a shell script. Please no more comments suggesting rsync. Thank you :) |
Forum: C Jan 28th, 2009 |
| Replies: 8 Views: 1,076 Well I learnt something from this thread
printf(
"CHECKBOOK\n"
"=========\n"
" ^\n"
);
Had no idea you could do that in C. |