Hi ,
I have some problems with my library when the sytem boot :
When HPUX is booting, HPUX and STAPE claim the drive initially. HPUX assigns an instance
number. The instance number is tied to the hardware path. Near the end of the boot, the ATDD driver claims the drive from
STAPE based... (1 Reply)
Hello there,
I check files containing more than 2000 lines, I try to make sure that the lines are in sequence...for example the first line begins with Av567, second line contains Av568 and so on up to the last line that may contain Av2500.
I need a script to check that all lines are in sequence... (5 Replies)
Hi,
if I have a lot of files like (AABBCC0010, AABBCC0011, AABBCC0012....AABBCC1000), can I write a small script to check any sequence number jump and show me the result which sequence number?
#The first sequence may start from 0010 or 0101... :confused:
Thank you!! (10 Replies)
Hello,
I need Unix script for Checking sequence and get output in a file for missing sequences information.
We are moving archive log to a server for DR .if any files miss from sequence DR will fails. so we need script to monitor sequence of files which are FTP from the Production servers .... (2 Replies)
Hi,
My requirement is i need to touch a sequence of files like
touch a
touch b
touch c
now i need the script in a way that checks if all files are touched or not.
if any file say b is not touched then i should get this notification.
Please suggest as i am new to unix (2 Replies)
Hi everyone,
I need help in creating a script that would check if the file sequence is in order in a particular directory. These are log files that are generated throughout the day.
Example of the file name will be, ABC01_YYMMDDHHMM###### (ABC01_0904161829000001)
Sometimes the file... (4 Replies)
Hi,
I have 4000 list files and 4000 sequence data files. Each list file contains a number of 'headers' and data file contains 'header and data'. I would like to extract data from the data file using the list file and write into a new file. As each of the files are quite large, an efficient piece... (6 Replies)
Hi all,
I have a file like this
ID 3BP5L_HUMAN Reviewed; 393 AA.
AC Q7L8J4; Q96FI5; Q9BQH8; Q9C0E3;
DT 05-FEB-2008, integrated into UniProtKB/Swiss-Prot.
DT 05-JUL-2004, sequence version 1.
DT 05-SEP-2012, entry version 71.
FT COILED 59 140 ... (1 Reply)
I need awk script to generate part number sequencing based on data in multiple columns like below
Input File
---------
Col A|Col B|Col C|
1|a|x|
2|b|y|
|c|z|
| |m|
| |n|
And out put should be like
1ax
1ay
1az
1am
1an
1bx
1by (6 Replies)
I have a shell script scheduled in cron job to run at every 1 minute which transfers files to remote machine and then move the files to backup folder.
cd /u01/app/ftp_tmp
sftp user@hostname <<-EOF
cd /home/user/ftp
mput *
bye
EOF
mv /u01/app/ftp_tmp/* /u01/app/ftp_bkp
Now the problem is... (6 Replies)
Discussion started by: Bhavi
6 Replies
LEARN ABOUT DEBIAN
mgpnet
MGPNET(1) BSD General Commands Manual MGPNET(1)NAME
mgpnet -- MagicPoint Netserver (provide MagicPoint presentation over the net)
SYNOPSIS
mgpnet [arguments to mgp]
DESCRIPTION
mgpnet is a small http server to be executed on the presenter's notebook computer. It lets audience read MagicPoint presentation foils on
her notebook computers, over the net.
When a presenter performs a presentation, she should invoke mgpnet instead of mgp, with the same argument. mgpnet will become an http server
running on tcp port 9999 (by default), and invokes mgp as a child process. By accessing URL http://hostname:9999/, audience will be able to
read the MagicPoint window currently displayed on the presenter's notebook. The webpage provided by mgpnet is designed in "client pull" man-
ner; audience's notebook will reload the page, several times a minute.
If no option is specified, mgpnet will print the URL to be accessed by the audience to the standard output. This is useful for indicating
the URL to be accessed on the presentation, like:
%filter "mgpnet"
%endfilter
TODO
Be network conscious. Current implementation is too naive about CPU/network usage. Presenter's notebook may be overloaded if there's too
many audiences.
SEE ALSO mgp(1), xwintoppm(1).
HISTORY
mgpnet was created by Jun-ichiro itojun Itoh <itojun@itojun.org>, on the day before the newyear's eve, 1997.
BSD June 1, 2019 BSD