Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mzc(1) [debian man page]

MZC(1)							      General Commands Manual							    MZC(1)

NAME
mzc - compatibility Racket compiler tool SYNOPSIS
mzc [ option ... ] [ argument ... ] DESCRIPTION
mzc provides an old interface to some Racket tools that are now normally provided via raco. Run mzc --help for a list of command-line options. MORE INFORMATION
For further information, run raco docs to open installed documentation in your web browser. Alternately, consult the on-line documentation and other information available at http://racket-lang.org/ SEE ALSO
raco(1), racket(1) 4th Berkeley Distribution May 2010 MZC(1)

Check Out this Related Man Page

GRACKET(1)						      General Commands Manual							GRACKET(1)

NAME
gracket - the GUI Racket implementation SYNOPSIS
gracket [ option ... ] [ argument ... ] DESCRIPTION
GRacket is the GUI-application variant of racket. Run gracket --help for a list of command-line options and other start-up information. Supplying no arguments to gracket is the same as supplying the -i option for interactive evaluation. Supplying non-switch, non-configuration arguments to gracket is the same as putting -u before the arguments to run the first one as a mod- ule-based script. MORE INFORMATION
For further information, run raco docs to open installed documentation in your web browser. Alternately, consult the on-line documentation and other information available at http://racket-lang.org/ AUTHOR
GRacket was implemented by Matthew Flatt (mflatt@racket-lang.org), Robert Bruce Findler (robby@racket-lang.org), John Clements (clements@racket-lang.org), and PLT. SEE ALSO
raco(1), drracket(1), racket(1) 4th Berkeley Distribution May 2010 GRACKET(1)
Man Page

13 More Discussions You Might Find Interesting

1. Web Development

Random - Any help decoding obfuscated code?

I have this following file and I would quite like to get it decoded - any help / advice is appreciated. I would like to know how to decrypt it, however if someone is able to do it for me I would be equally grateful. <?php //Obfuscation provided by FOPO - Free Online PHP Obfuscator v1.2:... (6 Replies)
Discussion started by: mcclunyboy
6 Replies

2. IP Networking

Help with iptables

photo... (1 Reply)
Discussion started by: beerpong1
1 Replies

3. Shell Programming and Scripting

Download dynamic generated image from HTML page

I've an HTML page where the pie chart is generated with google java code with the required input values in UNIX. The HMTL page is generated in UNIX and then when it loads in browser, the code is interpreted thought internet and the pie chart is generated. This is done by the java code in the... (4 Replies)
Discussion started by: Amutha
4 Replies

4. UNIX for Dummies Questions & Answers

How to decrypt any file in UNIX?

How to decrypt a file in unix? I dont know the type of decryption nor the type of text data it contains. We extracted the file from sfdc & need to process it in unix. When extracted, we get encrypted data in the file. The file content is- ... (0 Replies)
Discussion started by: saga20
0 Replies

5. HP-UX

Decryption of files on HP-UX servers?

I am pulling a file from sfdc to HP-UX servers. But in HP-UX servers, the file data shows encrypted. Can anyone tell me how to decrypt them? The file data is like- ... (1 Reply)
Discussion started by: saga20
1 Replies

6. UNIX for Advanced & Expert Users

How to decrypt a file in UNIX?

I have a file which contains encrypted data. Can anyone tell me how to decrypt the file? (14 Replies)
Discussion started by: saga20
14 Replies

7. UNIX for Dummies Questions & Answers

Inserting sysdate into the XML!!

How do i insert the sysdate in the below xml file? This has to happen dynamically, meaning everytime the script runs, it shud put 2 sysdates in the below xml marked in red ...format is YYYY-MM-DD <?xml version="1.0" encoding="UTF-8"?> <Package> <LOCALE>en_US</LOCALE> <User... (2 Replies)
Discussion started by: saggiboy10
2 Replies

8. Solaris

DBCA Issues

I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated. ... (0 Replies)
Discussion started by: newborndba
0 Replies

9. Shell Programming and Scripting

Shell Script with following awk command pls help

Hi I want to create a shell script with the following awk command & also get the filenames in output. awk '/<catetcsecuretty0>/ {p=1} /<catvarlogmessages0>/ {p=0} p' *.xml As there will be multiple outputs related to many xml files I cannot identify which output belongs to which file ... (5 Replies)
Discussion started by: sharp488
5 Replies

10. Shell Programming and Scripting

Help with Shell Script: User Lookup

Hi everyone, Let me start by stating this question is for homework help (not "help, my boss needs this ASAP") I have spent the last few days re-visiting this script, and cannot figure out where I am going wrong (something simple I'm sure). I am to build a script that searches for a user... (1 Reply)
Discussion started by: jjc032681
1 Replies

11. Shell Programming and Scripting

Matching column value from 2 different file using awk and append value from different column

Hi, I have 2 csv files. a.csv HUAWEI,20LMG011_DEKET_1296_RTN-980_IDU-1-11-ISV3-1(to LAMONGAN_M),East_Java,20LMG011_DEKET_1296_RTN-980_IDU-1,20LMG011,20LMG 027_1287_LAMONGAN_RTN980_IDU1,20LMG027,1+1(HSB),195.675,20LMG011-20LMG027,99.9995,202.6952012... (7 Replies)
Discussion started by: tententen
7 Replies

12. Shell Programming and Scripting

Copy of "How to create a long list of directories with mkdir?"

To bakunin and corona688: My result when text in file is ms_ww_546 ms_rrL_99999 ms_nnn_67_756675 is https://www.unix.com/C:\Users\Fejoz\Desktop\ttt.jpg I hope you can see the picture. There is like a "whitespace character" after 2 of the 3 created directories. ---------- Post... (0 Replies)
Discussion started by: setub
0 Replies

13. Shell Programming and Scripting

A script need help

Hi Gurus, I have below requirement and have no idea how to achieve this. the input file like below. there are multiple sections in file, each section has multiple lines. I need to find certain lines (value1, value2, value3 are key words for line searching) and generate another file. in some... (9 Replies)
Discussion started by: green_k
9 Replies