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???
User Profile
Collapse
-
HTML, linking problem
-
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>"}
... -
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 -
how to convert txt file to HTML using shell?
Hello,
May I convert txt file to HTML using shell?
Thenks, -
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 -
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, -
-
Sorry, shell scripting. It is one txt file.
John
Tomy
.
.
.
I woont; John, Tomy, ...
ThenksLeave a comment:
-
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 -
Hi,
All of these possibilities working perfectly.
Thanks a lot!!Leave a comment:
-
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,
ThanksLeave a comment:
-
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 -
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, -
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 advanceLeave a comment:
-
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. -
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. -
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...Leave a comment:
-
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??
ThanksLeave a comment:
-
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,
No activity results to display
Show More
Leave a comment: