Sponsored Content
Full Discussion: What language is this?
Top Forums UNIX for Dummies Questions & Answers What language is this? Post 302266541 by lost on Wednesday 10th of December 2008 12:50:49 PM
Old 12-10-2008
What language is this?

Hi,
Just got handed this script
Code:
set def = HLA_DR.pockets
set data = DRB1_1501.dat 

foreach a ( 'cat $data | args 3 |sort -u'  )

cat $def | xC | grep -v $a > $$.def
cat $data | grep $a | args 1,2 > $a.dat

set pseudo = `cat  MHCDR_pseudo.dat | grep HLA | grep $a | args 2`
pickpocket_mn -pow $p -p $pseudo -d $$.def > $a.mat
cl2pred -mat $a.mat $a.dat | xC > $a.pred
echo $a 'cat $a.pred | args 2,3 | xycorr | xC ' 

end

and it doesn't work just like that. Error message is: Unexpected '(' in line 4.
I'm guessing it's because I'm missing the
Code:
#! /usr/bin/.....

at the top of the file.

awk doesn't work. And it doesn't look like perl. I can't think of which language this is coded in but my knowledge is also very limited Smilie
Any help is much appreciated.Smilie
 

8 More Discussions You Might Find Interesting

1. Programming

GUI using C language

Hi friends I have my project based on C platform. I was supposed to develop a GUI. Can u pls suggest me the best way to develop the GUI. I heard that motif is the easy one to develop GUI applications. Pls help me out thanks in advance. (4 Replies)
Discussion started by: veeru554
4 Replies

2. UNIX for Dummies Questions & Answers

A different language to me!

Hi all, I'm glad there's a section called UNIX for dummies on this forum cause when it comes to UNIX, I am certainly a dummie. I honestly don't have a clue about 98% of the UNIX commands out there so forgive me if this is a really stupid question. I'm trying to set up a MySQL server on my Mac... (7 Replies)
Discussion started by: kguenther
7 Replies

3. Programming

c programming language

Can someone enligten me on what below program does? I understand getchar and putchar.. but what is this program suppose to do? I try to put printf on it, but it shows nothing.. can someone explain to me what this program is suppose to do? It is reading something and assigning to c? so, if... (8 Replies)
Discussion started by: convenientstore
8 Replies

4. Programming

c language

is there any difference between "char*" and "char *" (1 Reply)
Discussion started by: amol munde
1 Replies

5. Programming

which language will be the best

Hello, Ive got to amke a script to calculate how many emails are in the servers mailbox, how many times each IP address appears in the mailbox and to search for keywords, tehn produce the results in HTML report. The thing is I dont know where to start and what the best language to use would be. ... (4 Replies)
Discussion started by: clueless
4 Replies

6. Shell Programming and Scripting

New simple language

Hi all, I need to 'create' a new simple scripting language in order to allow SCADA operators make complex tasks against the system in an easy and friendly way. In other words I need to write mini modules with DB readings or writings, calculations, and so on, but these instructions must be written... (2 Replies)
Discussion started by: silex
2 Replies

7. HP-UX

How to know the default language in hp-ux?

hi every body i want to know how can i know the default language in the hp-ux like in solaris "US" please tell me wher is the file or the comand to tell me the language many thanks ---------- Post updated at 05:43 AM ---------- Previous update was at 05:05 AM ---------- crash:/#locale... (1 Reply)
Discussion started by: maxim42
1 Replies

8. Programming

C language help URGENT !!!

I'am writing a program in C language and my code is working perfectly i just need to add a search to it ... My code lets users add companies, and then display them on screen... i would like to add a search that allows user to type company name and then displayall its info on the screen !! THANK... (1 Reply)
Discussion started by: aloushi
1 Replies
fmtutil.cnf(5)							       teTeX							    fmtutil.cnf(5)

NAME
fmtutil.cnf - configuration file for fmtutil DESCRIPTION
The fmtutil.cnf file contains the configuration information for fmtutil(8). Each line contains the name of the format (e.g., ``tex'', ``latex'', ``omega''), the name of the engine that is used by that format (e.g., ``tex'', ``etex'', ``omega''), the pattern file (e.g., language.dat, language.def), and any arguments (name of an .ini file). Fields are separated by whitespace and complete lines can be commented out with ``#''. The ``pattern file'' field cannot be used to define a file that is used while building the format. It tells fmtutil which files (separated by commas) the format creation procedure reads and it has an effect to the options --showhyphen and --byhyphen. If the format has no way to customize hyphenation, a ``-'' can be used to indicate this. NOTES
The tex(1) and amstex(1) formats always load hyphen.tex. No customization by a pattern file is available for these formats. Therefore, the pattern-file field for the tex and amstex is usually indicated to be empty (``-''). You can, however, build customized formats on top of plain tex(1) or amstex(1) by using bplain.tex instead of plain.tex (b for the Babel system). See, for example, the bplain.ini file for the bplain format). etex(1) loads language.def, not language.dat. Symbolic links to the correct engines (e.g., bplain -> tex) are generated by the texlinks(8) script. Remember to run texlinks(8) if you run fmtutil(8) yourself, rather than using the FORMATS option in texconfig(8). FILES
fmtutil.cnf default configuration file language.dat hyphenation pattern file language.def hyphenation pattern file language.dat.lua hyphenation pattern file SEE ALSO
amstex(1), etex(1), fmtutil(8), tex(1), texconfig(8), texlinks(8). Web page: <http://tug.org/teTeX/> BUGS
None known, but report any bugs found to <tetex@dbs.uni-hannover.de> (mailing list). AUTHOR
fmtutil.cnf was written by Thomas Esser <te@dbs.uni-hannover.de>, and is Copyright 1998, 1999 but released into the public domain. This manual page was written by C.M. Connelly <c@eskimo.com>, for the Debian GNU/Linux system. It may be used by other distributions with- out contacting the author. Any mistakes or omissions in the manual page are my fault; inquiries about or corrections to this manual page should be directed to me (and not to the primary author). teTeX October 2000 fmtutil.cnf(5)
All times are GMT -4. The time now is 10:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy