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

  1. laurentiuz

    Using two (or more files) in awk

    Hi, Can you tell me please how can I use 2 files in the same time please ? Ex: file 1 aa axbf erd ;ascfg; 111 bghhhedk qs ;ascer; 222 as df sf ww ;g7bnz; 333 file 2 aa axbf erd ;774555 bghhhedk qs ;886690 as df sf ww ;123456 mlk fghssss ;100000 What I need is a file like : aa axbf...
  2. laurentiuz

    strange result when cutting a string

    Thank you p5wizard & thank you aau.SOrry , Ii didn't realize this expand. I will protect the special caracters. Regards,
  3. laurentiuz

    strange result when cutting a string

    Hi , assuming the script : 24 |OLK 7204|* OLK 7204 : olkserv /port:7210 I have stored this string in a variable zltest. If I am doing echo $zltest | awk '{ FS="|" ; print $3 }' I will the corect result which is : * OLK 7204 : olkserv /port:7210 but if I am doing : zltest1=`echo $zltest | awk '{...
  4. laurentiuz

    Variable parameters for a stocked procedure

    Hi , I need to launch a stocked procedure with a numbers of parameters which is variable. Do you have an idea ? Thank you in advance.
  5. laurentiuz

    Hyperlink in a Excel file to a Word doc with bookmarks

    Hi, I am just an Microsoft Excel & Word user but I have an excel file which contain hyperlinks to some bookmarks in a word file. My problem is that when I save the excel file the next click on a hyperlink will go to the corect bookmark in the word file but it will close the excel one. Which is...
  6. laurentiuz

    search in a very long line

    I just want to know if the string exist in that file
  7. laurentiuz

    win->linux coonection and vice-versa

    you will laught but how to connect in single user mode ? When the pc is rebooted I can choose linux but after that ? when do I have to tape ctrl-a? Can you tell me a site with free doc for Linux newbie like me, because I am shame.
  8. laurentiuz

    win->linux coonection and vice-versa

    Hi, sorry from the start for the stupid question but I am a newbie : can I connect from win to linux on the same pc ? a telnet from dos ? vice-versa how can I do - being logged on Linux to emulate a session on win partition ? thanks in advance for the help ? PS: in addition , if I forgot my...
  9. laurentiuz

    search in a very long line

    Hi everybody, can you tell me how can I find a string in a file which has very long lines. I've tried grep but it respond :"can't grep line exceed ... bytes' I've tried a cat file_name | grep string : same thing I tried even vi - but it shows me onli a line and I can't do a search ...
  10. laurentiuz

    FIlter double lines

    Thanks marsd ! It works ! You really helped me a LOT ! Thanks !
  11. laurentiuz

    FIlter double lines

    Hi Ygor ! I agree , so "sort -u" but I need to keep double lines in which for one key/element is marked with "#" There are accepted double lines.
  12. laurentiuz

    FIlter double lines

    Sorry to be not clear enough from the beginning.If there is a line with "#" then the double line is accepted. If not it must be filtered. Thank you !
  13. laurentiuz

    FIlter double lines

    Hello everybody ! Can you help please :I want to create a new file , starting from a one in which I must find and exclude some error-doubles lines even in there are others justified doubles lines. Ex : 000000 111111 111111# 222222 222222 333333 444444 444444# The 111111+111111# , 444444+444444#...
  14. laurentiuz

    Web architecture design

    Hello everybody, I am an old programmer which wrote code in dBASE FoxPro Cobol and C. Now I al relly forced to learn Java and XML and whole new staff. But I need to understaind a little bit more how this things are working. The basics of the web programming : what an Apache server is and how is...

Part and Inventory Search

Back
Top