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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 761210

    What's the simplest way to have a cronjob of ftp a file?

    Hi guys, wht would be the simplest way to ftp a file to another server with a cronjob?
  2. 761210

    How to boot Win NT with fragmented MFT?

    Hi guys, I am recently having the problem of booting Win NT. After the OS Loader screen .. the workstation would hang at startup blue screen. Initially, I suspects tht it's due to virus. I've used McAfee Clean Boot to boot up and found that $MFT file could not be open. The clean boot actually...
  3. 761210

    How to skip few lines in a file and add it into another file?

    Guys, I am having problem adding lines from file abc to file def. The command I tried is: cat | tail +3 abc >> def; The problem is tht I need to hit ENTER twice before above statement successfully executed. Any idea why is this so? Kindly advice. rgds.
  4. 761210

    How to print specific line in a file?

    Hi Daniel, Further question: How do I assign the value of gawk 'NR == 5 { print $0 }' <filename> to a variable, say tmpLine? Kindly advice.
  5. 761210

    How to print specific line in a file?

    Daniel, I don't understand. I need to read line 5 of a file. But your advice given doesn't provide any file input. Kindly advice.
  6. 761210

    How to print specific line in a file?

    Ok .. all I need is to have a specific line in a file to be printed on console. Example if i have a file: hello there everyone Say I only want to print line 2: there .. how can I do it?
  7. 761210

    How to print specific line in a file?

    How to print specific line in a file?
  8. 761210

    How to know number of lines in a file?

    how do i know the lines within a file?
  9. 761210

    How to send email to subscribers in a file

    Guys, I am having problem reading from a subscriber's file to send out email according. Below is my codes: ###################### Subscribers File ################## mohd.ali@linux.net mtyson@linux.net hiroka@linux.net ##################### end ################################## Above file is...
  10. 761210

    Unable to execute shell script

    Guys, I'm having problem to have my shell script running properly. I am getting following msg: ./AutoNotification.sh: [: XXXX: unary operator expected What does this means? appreciate any feedback. rgds..
  11. 761210

    How to skip first 2 line when having a shell to read a file

    Guys, I have no idea how to read a file with my shell script by skipping the first 2 line. Anyone one to guide a lost boy here? Linux Newbie
  12. 761210

    Multi-thread issue in Linux SuSE

    Hi folks, I'm having some stability issue for my Linux SuSE environment which is running an in-house developed 3-tier architecture system. It is written in VB for UI, 90% python in Application layer & Oracle 7.4/7.4 for database. Since I have approximately 60 terminals being connected to the...

Part and Inventory Search

Back
Top