Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by OieL

  1. OieL

    "Vlan1 is up, line protocol is down" What is wrong?

    do a no shutdown on vlan 1 interface vlan1 no shutdown
  2. OieL

    Anybody still has a firmware for cisco 1900 switch (WS-C1900)

    the link for the 1900s firmware is not working. ftp.lanck.ru/pub/cisco/cat1900.537.bin anybody has a link where to dload this image ? thanks in advance
  3. OieL

    Anybody still has a firmware for cisco 1900 switch (WS-C1900)

    Hi, Anybody still has a firmware for my old 1900 switch I am trying to revive.. ( the image is cat1900.537.bin or lower ) I mistakenly deleted the switch image upon upgrading it to this image "cat1900A.9.00.00.bin". The upgrade failed and old image gone.. thanks
  4. OieL

    command-line Perl statement

    thanks
  5. OieL

    command-line Perl statement

    Hi, how can I do this in a command line Perl statement ... print in reverse order sets of characters A - Z and a - z . with this sample output .. Z Y X ..... c b a thanks
  6. OieL

    extract lines from a file

    Hi , I have a file that contains below. How can I extract the 1st line , 2nd line and put it in variables .... also the remaining lines after the 2 spaces should be put to a variable. 1st line is not always "powered by" !!! .. 2nd line always have "http" .... this...
  7. OieL

    find files modified last year 2001

    how can I use find to check a current dir. for files modified last year / or has a date 2001 .. tnks
  8. OieL

    using find that will exclude 2 files

    Hi how can I use find that will search an entire directory but will exempt 2 files ..... core and a.out thanks
  9. OieL

    catch stderr from a piped input of a script

    I can't use that because that's the requirement .. any more ideas how to catch stderr in find . -type f | script thnks
  10. OieL

    catch stderr from a piped input of a script

    Hi i am doing a script that gets input from a pipe (ie. from find) and it should be running like this . $ find . -type f | script >>START TRUE OUTPUT HERE<<< file1 processed find: ./etc/news/teset: Permission denied file2 processed file3 processed file4 processed find: ./etc/news/file5...
  11. OieL

    read doesnt work ... when dealing with stdin

    I am using bash here.. read works in &quot; while read var ; &quot; but under it's loop I want to interact with the user ie. I need an input that wil come from the keyboard ... someone tells me to use /dev/tty , but I don't know how it works ... any help ? thnks
  12. OieL

    read doesnt work ... when dealing with stdin

    Hi, I have a shell script that takes strings from stdin as parameters. i.e. it runs like this: find . | mycscript But in it I want to be able to interact with the user. &quot;read&quot; can't work now. How should I do to get user's feed back form the keyboard?
  13. OieL

    directory structure

    hi, how can I list a directory structure and making a copy of it at the same time ... thanks
  14. OieL

    piping &quot;find&quot; output to a script. how to do this

    find . *.bak | d_script.sh in my script d_script.sh , i want to manipulate each line of output of find ... how will I capture each to a variable ? any ideas to do this ? I know that in &quot;d_script.sh FILE&quot; FILE is $1, what about in pipes.
  15. OieL

    single digit decimal to 2 digit hex

    thanks guys ..

Part and Inventory Search

Back
Top