$ factor 2345678992
2345678992: 2 2 2 2 6581 22277
It’s a quick way to find out if a number is prime
$ factor 7867
7867: 7867
Advertisements
$ factor 2345678992
2345678992: 2 2 2 2 6581 22277
It’s a quick way to find out if a number is prime
$ factor 7867
7867: 7867
May 29, 2006 at 12:43 pm
the above tips are useful.Could u please shoot an idea of automating the disk usage to the users using shell script.