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 IamaSherpa 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. acutchin

    perl regex multi-line substitution weirdness

    Thank you MillerH. Maybe this is more clear: # cat file one two three four after parsing, i want the file to read: # cat file one FOOBAR four how do i do that? -- Aaron
  2. acutchin

    perl regex multi-line substitution weirdness

    I am trying to do a simple multi-line substitution in perl, but encountering intractable weirdness. How in the world do I replace BOTH of the lines with "FOOBAR"? The file does not appear to have any windows/dos-style line breaks or CR characters. # ls -l fb -rw------- 1 aaronc devel...
  3. acutchin

    Problem with courier-IMAP and SquirrelMail

    Hi, I've tried posting the following problems to the SquirrelMail-users list, but no one replied, so I thought I'd try here... I am having trouble getting SquirrelMail folders to work with courier-imap. I can create folders, but cannot unsubscribe from them, delete them, or rename them. In...
  4. acutchin

    how do i create a cron job

    JCrou82, PHP scripts are not the same as command-line shell scripts. When you have a PHP web script, the webserver (likely Apache) interprets it. Command-line scripts are generally written in shell languages such as sh (bourne shell) or bash. You need to invoke an INTERPRETER to run any...
  5. acutchin

    how do i create a cron job

    You edit the 'crontab' with the command: crontab -e Note: you are now in the VI editor. If you don't know how to use VI, learn some basics first before attempting to edit crontab. You can bail out by typing &quot;:q!&quot;. A crontab entry looks like this: <min> <hour> <day> <month>...
  6. acutchin

    HTML Zoom Setting?

    Is there a way to set the default &quot;zoom&quot; setting for a Visio diagram saved in HTML format? -- Aaron -- aaroncutchin@yahoo.com

Part and Inventory Search

Back
Top