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 Mike Lewis 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: *

  • Users: Dave1367
  • Order by date
  1. Dave1367

    chaging owners by a scirpt .

    This is really a question for a the UNIX Scripting forum, but it loks like you have one to many loops. Assuming that the home location never changes (/usr/users/) try the following <code> for user_name in `cat owners|awk ' {print $1}'`; do chown -R $e:datau /usr/users/$i done </code>...
  2. Dave1367

    Indenting paragraphs in table cells

    Hi, Try using ctrl + TAB that should work
  3. Dave1367

    Help on counting Dates

    Hi, There are a couple of different ways that you can do this, depending on what type of result you are expecting. If you wanted to know the different dates in the date Opened column (I assume you meant a column/field which is in a table), you could use the following query (I tend to use the...
  4. Dave1367

    Removing paragraph marks

    When you do a searach or replace there should be a &quot;More&quot; button. If you click on that the window will reveal more options. If you click on the &quot;Special&quot; button it will list the different characters you can search for. cheers Dave
  5. Dave1367

    Removing paragraph marks

    Yep, Do a search and replace (Ctrl H) and search for ^p and replace with nothing. hope that's what you are looking for Dave

Part and Inventory Search

Back
Top