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 Wanet Telecoms Ltd 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: DJR999
  • Content: Threads
  • Order by date
  1. DJR999

    Evaluation syntax in Unix commands

    I know this should be simple, but sorry I am fairly new to UNIX and can't find the syntax to make this work. I have following two commands in a script: x=`expr $(head -1 filename.ext | cut -c16 | grep [A-Z] | wc -l) + 16` del=`head -1 filename.ext | cut -c$x` This works fine as I expect it...
  2. DJR999

    Simple RegEx question

    Hello - Sorry, I'm new at UNIX and regex and even the simplest of issues seem to be throwing me. Can someone explain this to me: In a file f1 this line is contained: MH76M*ME5G4GCKOVICHJEFFREY0187405...... The command grep MH76M*M f1 yields the line, as I would expect. I read this as MH76...
  3. DJR999

    Simple Reg. Ex. question regarding * vx +

    Simple Regular Expression Question OK - I'm new to UNIX and reg. ex, so this is probably very basic, but I can't figure it out. Given a simple text file called namelist with a list of names such as John Doe Bob Cat Billy Bob Joe Mama etc, the command: grep '[A-Z][a-z]*' namelist yields...
  4. DJR999

    How to link to status HTML page using Button

    I know this is probably ridiculously simple, but I can't seem to get it to work. I just want a button on an html page to link to another html page. Nothing going back to the server - just a straight link to another static page. I've tried just wrapping the button tag in an anchor like this...
  5. DJR999

    Columns Collapsing in NN vs. IE

    What can I do to force <td>'s to render to a desired width in NN (I have NN 6.2) For example, if I want a black vertical bar in a table - if I use <td style={width:1px;background-color:black}></td> this works fine in IE, but in NN it does not dispay it since there is nothing else in the td. If...
  6. DJR999

    Including link styles in CSS classes

    I have a couple of similar questions. 1) I have a kind of table that will always have 3 columns, each with various styles defined. I know I can define a class for each column: col.co11 {.....} col.col2 {.....} col.col3 {.....} and then start my table <table><col class=col1><col...
  7. DJR999

    I'm trying to link to an explorer w

    I'm trying to link to an explorer window with a directory listing for a shared drive from my web page, with no luck. I've tried many ways, including: <a href=&quot;\\ServerName\dir\subdir&quot;>ServerName</a> (this tags &quot;http://CurrentWebServer&quot; on the front and gives me a page not...

Part and Inventory Search

Back
Top