Search Results - JustLinux Forums


Search:

Type: Posts; User: SeT

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds; generated 29 minute(s) ago.

  1. Replies
    20
    Views
    3,217

    Not so much useless but it struck me as funny the...

    Not so much useless but it struck me as funny the day I saw this. I was reimaging a pc with partimage and there was a problem with the hd(I think, this was a long time ago.) I just remember the...
  2. Replies
    15
    Views
    2,076

    I find all kinds of crap around the office. I've...

    I find all kinds of crap around the office. I've got an old 8086 proc sitting at my desk. Had a 66mhz(I think) Texas Instruments laptop. There are several sealed boxes of 5.25 floppies. I've found...
  3. Replies
    35
    Views
    3,974

    I shudder to think what I've spent. It may do me...

    I shudder to think what I've spent. It may do me some good to go back and try to track down how much I've spent so I'd slow down though. My biggest expenses were when I started to get into case...
  4. Replies
    32
    Views
    4,099

    I would rather keep my desktop uncluttered so I...

    I would rather keep my desktop uncluttered so I don't use it for storage in windows or linux. Windows does have the equivalent of the home directory but it's known as the profile(at least in nt, 2k...
  5. Replies
    47
    Views
    5,952

    I've got a few old machines that I've been fairly...

    I've got a few old machines that I've been fairly happy with. One is my parents that is a 333 celeron with 64mb of ram - it's still perfectly fine for email and web browsing. Another, I got from...
  6. Replies
    13
    Views
    3,471

    Paste problem was something odd on hpux - using...

    Paste problem was something odd on hpux - using perl script called sum in it's place now. All of it is working. Thanks for helping out.
  7. Replies
    13
    Views
    3,471

    cool, everything works now except totaling....

    cool, everything works now except totaling. noticed on the output I'm getting a paste usage line. any ideas why that is?
  8. Replies
    13
    Views
    3,471

    doh! if only there was a head-smack emoticon....

    doh! if only there was a head-smack emoticon. looking at the way you did the options before, I thought that the USER="$2" was specifically saying the user variable would be stored in $2. Don't know ...
  9. Replies
    13
    Views
    3,471

    meh, sure once anyone waits the 10-15minutes this...

    meh, sure once anyone waits the 10-15minutes this script takes to run for one user they won't want to run for several users against several project areas. I've still got problems though. The script...
  10. Thread: Where to start?

    by SeT
    Replies
    3
    Views
    809

    If you're wanting to learn about Linux more, I'd...

    If you're wanting to learn about Linux more, I'd personally say start with simple stuff. Do some shell scripting. I started doing scripts about a month or two ago and can't even start to say how much...
  11. Replies
    13
    Views
    3,471

    If -u or -p are used, yes, arguments are...

    If -u or -p are used, yes, arguments are required. I'm confused as to what the file="$1" is for though?

    also, as that is, would it be able to handle multiple arguments to the options? for example:...
  12. Replies
    13
    Views
    3,471

    sounds like that would just be command line...

    sounds like that would just be command line arguments though. or would it be able to take "-p" for example and options after that? example command assuming -u is for user and -g to calculate total in...
  13. Replies
    13
    Views
    3,471

    awesome. works for totaling and I think I figured...

    awesome. works for totaling and I think I figured out a way to get the -g option working but now need a -p option. Something isn't working how I thought it would and it was taking options as path...
  14. Replies
    13
    Views
    3,471

    how'd this end up in /dev/random? :confused: ...

    how'd this end up in /dev/random? :confused:

    oh well, could a mod move it to programming please?
  15. Replies
    13
    Views
    3,471

    ksh getopts and column totaling

    k, I've got most of a script written that will search to find files owned by a user and output them to a file with disk usage in format:

    900 ./file

    I need to take the first column...
  16. Replies
    1
    Views
    1,247

    data manipulation in ksh

    I've written a script that takes input from command line and two files and finds largest 5 lines:



    #!/bin/ksh

    for arg in "$@"
    do
    rm -f tmpu tmpp tmpu2 tmpp2 tmp
    sed -e...
  17. Thread: ksh math

    by SeT
    Replies
    3
    Views
    1,522

    sort won't work, there is no whitespace in the...

    sort won't work, there is no whitespace in the original file/no columns. I think I've got the commands I want the script to run - sed out the dirnames/sort what's left/tail the 5 largest and grep...
  18. Thread: ksh math

    by SeT
    Replies
    3
    Views
    1,522

    ksh math

    I'm writing a script to take a list of directories in a file(formatted: dir,spaceused) and echo the 5 largest to the screen. I can't figure out the math operation/loop to handle this. Any help?
  19. Replies
    19
    Views
    1,684

    They seem a bit pricey but you can get laptops...

    They seem a bit pricey but you can get laptops with Gentoo, Suse, or Fedora loaded. http://linuxcertified.com/linux_laptops.html
  20. Replies
    15
    Views
    1,844

    for me, it'd be Ramy or Amra or something like...

    for me, it'd be Ramy or Amra or something like that(Amy and Ray.) Although, she may not be the SO for much longer :(
  21. Replies
    92
    Views
    6,758

    Poll: I play games to much to run pure Linux. I would...

    I play games to much to run pure Linux. I would like to though. At home, I have an old P2 set up as a router/file server/firewall and then a gaming rig that is dual booted, XP and Gentoo.

    The...
  22. Replies
    10
    Views
    1,242

    'sord' Interesting. I still like my username...

    'sord'

    Interesting. I still like my username though.
  23. "I've never used Linux before so I will be...

    "I've never used Linux before so I will be teaching from the book." My instructor at ITT for the Linux course shortly before a few people closed their books and went to complain to the school...
  24. Replies
    21
    Views
    2,565

    Sounds exactly like a place that the company I'm...

    Sounds exactly like a place that the company I'm currently working for has. I've grabbed a couple machines from there for myself. One, that is currently my router/file server is dual p2 350. Another...
  25. Replies
    0
    Views
    1,588

    ksh compare file/directory names script

    I'm pretty new to shell scripting and need to write a script that will add a dash to sets of numbers and take the new numbers(directory names) and compare them with currently existing directories...
Results 1 to 25 of 136
Page 1 of 6 1 2 3 4