User Profile

Collapse

Profile Sidebar

Collapse
quartz
quartz
Last Activity: Mar 15 '08, 10:13 PM
Joined: Aug 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • quartz
    started a topic HTML, linking problem

    HTML, linking problem

    Hello,

    I would like to have on the top of the page numbers like:
    3 6 9 12
    and when I click on the one of the number the get picture bellow on the same page, and same for all numbers. Don't need to go back...

    Any help???
    See more | Go to post

  • quartz
    started a topic probles with space between two words, HTML

    probles with space between two words, HTML

    Hello,

    I have one weather.txt file:

    city weatther

    Amsterdam mostly cloudy
    Zagreb havy reain

    ...

    I am using this code to convert it ti html and add table:

    cat weather.txt |awk 'BEGIN { print "<html>"
    print "<table BORDER=2>"}
    ...
    See more | Go to post

  • quartz
    replied to how to convert txt file to HTML using shell?
    I tried but not get what I wont. I have txt file:
    name city phone
    David Wiena 33333
    Sofi Paris 88888
    etc

    I wont to convert it to html file with no any changed?

    When I tried what u told me I get:
    name, city phone, david .... as hml file.

    Thenks
    See more | Go to post

    Leave a comment:


  • quartz
    started a topic how to convert txt file to HTML using shell?

    how to convert txt file to HTML using shell?

    Hello,

    May I convert txt file to HTML using shell?

    Thenks,
    See more | Go to post

  • quartz
    started a topic problem with username and password

    problem with username and password

    Hello,

    I am using white box linux and I cannot access to my pc. When I enter username and pass I cannot access. I did not changed enything and noone has no access to my pc. What can I do?

    Thenks a lot
    See more | Go to post

  • quartz
    started a topic how to insert table using shell

    how to insert table using shell

    Hello,

    I have a txt file with names, years, days. How can I insert table using shell scripting???

    Thenks a lot,
    See more | Go to post

  • quartz
    replied to rows and columns, Linux
    Hi,

    Please, any help, idea? No one?

    Thenks in advance
    See more | Go to post

    Leave a comment:


  • quartz
    replied to rows and columns, Linux
    Sorry, shell scripting. It is one txt file.

    John
    Tomy
    .
    .
    .

    I woont; John, Tomy, ...

    Thenks
    See more | Go to post

    Leave a comment:


  • quartz
    started a topic rows and columns, Linux

    rows and columns, Linux

    Hi,

    I have some dates (names) in one row and would like to have it in one column. I cannot find how to convert it from row to column, what ever I tried. Plz help.
    Thanks
    See more | Go to post

  • quartz
    replied to export last numbers
    Hi,

    All of these possibilities working perfectly.

    Thanks a lot!!
    See more | Go to post

    Leave a comment:


  • quartz
    replied to export last numbers
    The problems is that :
    gff.t00z.pgrbf2 1
    gff.t00z.pgrbf2 4
    ...
    gff.t00z.pgrbf4 5

    are binary files and about 35 Mb, just named like that.

    Any solutions,
    Thanks
    See more | Go to post

    Leave a comment:


  • quartz
    started a topic export last numbers

    export last numbers

    If I have a files, e.g;

    gff.t00z.pgrbf2 1
    gff.t00z.pgrbf2 4
    ...
    gff.t00z.pgrbf4 5


    How can I now, what command to use to inform me about last two digits,
    21, 24,...45??

    Thanks
    See more | Go to post

  • quartz
    started a topic text in the same column, shell

    text in the same column, shell

    If I have some text e.g.

    this is just example
    this is the second sentence

    I wont to have it in in the same line, let's say in column 10

    this is just example
    this is the second sentence

    Thanks in advance,
    See more | Go to post

  • quartz
    replied to how to implement text, shell
    I will try your advice, bur in meantime I founded this command

    sed -e '1h;7G;1d' text > text1

    it is doing what I need.

    I have one more question.

    for new date I am using
    #!bin/bash
    date=`date+"%Y% m%d"`
    echo date$ > textfile
    .....

    I wont to have new date in text file in column e.g. 12?

    Thanks in advance
    See more | Go to post

    Leave a comment:


  • quartz
    started a topic how to implement text, shell

    how to implement text, shell

    I need to implement some text, date, into another text file. For instance, first line in 7 line and second line in 10 line of another text file?
    Thanks in advance.
    See more | Go to post

  • quartz
    started a topic How to implement text with shell

    How to implement text with shell

    I need to implement some text, date, into another text file. For instance, one line in line 7 another text, and second line to 12 line another text file?

    Thanks in advance.
    See more | Go to post

  • quartz
    replied to change time automaticlly
    According to your suggestion I get it what I looking for:

    date = `date + «'%Y-%m-%d_00:00:00'»`
    echo start_date = $date

    result is:

    start_date = '2007-29-08_00:00:00',

    that is it!!

    How to get next day???

    2007-30-08_00:00:00

    Next thing how this implement in some text on the specific place. I have in the namelist:

    start_date...
    See more | Go to post

    Leave a comment:


  • quartz
    replied to change time automaticlly
    Into one shell script I need to set up start date manually (it is one NWP model)

    some commands

    startdate=20070 80106 (for instance)

    another commands

    need to figure out how to change days in month, remove 01 and change to 02, 03, ...and every day. when finish all days for that month then change the month 08 to 09??

    Thanks
    See more | Go to post

    Leave a comment:


  • quartz
    started a topic change time automaticlly

    change time automaticlly

    I wont to create shell scripts which will be able to change days in month, every day, automatically.
    .
    .
    extdate=2007082 500
    .

    it is: year, month, day, and start time.

    I need to be able to change to: 26, 27, 28,...,

    Thanks in advance,
    See more | Go to post
No activity results to display
Show More
Working...