Sponsored Content
Top Forums Shell Programming and Scripting Converting from Centigrade to Fahrenheit and vice versa. Post 302632029 by Corona688 on Saturday 28th of April 2012 10:07:43 PM
Old 04-28-2012
Or just do this:
Code:
# centigrade to fahrenheit
awk '{ $1 = (5/9)*($1-32) } 1' file

# fahrenheit to celsius
awk {$1= ((9/5)*$1)+32 } 1' file

This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. Programming

binary to string conversion and vice versa

please let me know that in unix using c programming language we can do binary to string conversion and vice versa using ltoa and atol but how can we do it in c++ programming language. thank you in advance. (3 Replies)
Discussion started by: kinnaree
3 Replies

2. Shell Programming and Scripting

Pdf to text conversion and vice versa

Hi, I have a pdf file. i want to convert it to text file and do some work on it and later want to convert it back to pdf. Can this be done via unix? or Is there a way unix can directly work on PDF file? (2 Replies)
Discussion started by: saltysumi
2 Replies

3. UNIX for Dummies Questions & Answers

Appending from a file to a script and vice versa

Hi, I am new to Unix and discovered this example problem online that I believe will help my learning: Run the command's below env >> xx env >> xx env >> xx env >> xx env >> xx You will now have a file called XX with the env redirected into it 5 times Create a script named... (2 Replies)
Discussion started by: Jimmy_c
2 Replies

4. Shell Programming and Scripting

Uppercase to lowercase and vice versa

shell script to convert file names from UPPERCASE to lowercase file names or vice versa in linux anybody please help me out!!!! (5 Replies)
Discussion started by: jacky29
5 Replies

5. Ubuntu

What is the advantage of ubuntu over vista and vice versa?

i am thinking of replacing my vista with ubuntu. Questions: 1) what will be the advantages and disadvantages of using ubuntu instead of vista? 2) what will be the setbacks of replacing my vista? 3) how hard is it to cope up with the new OS? what must i learn to utilize ubuntu? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

6. UNIX for Dummies Questions & Answers

Problem with scp from one server to the other (but not vice versa)

Hi I have a system PRIMARY where I can push or pull files to/from STANDBY using scp. I can also ssh without entering a password. On the STANDBY system if I try and use scp or ssh it asks for a password. I checked in ~/.ssh and there was no authorized_keys file on the PRIMARY server. After... (2 Replies)
Discussion started by: mrrossi
2 Replies

7. UNIX for Dummies Questions & Answers

How to ping from Windows to Solaris 10 and vice versa?

Hi all, I installed Oracle virtual box 4.1.8 on my desktop. I installed Windows 2008 server R2 as one instance and Solaris 10 as another instance. When am trying to ping from Windows to solaris and vice-versa, ping not working. windows IP : 10.1.47.24 Solaris IP : 10.1.47.25 netstat... (2 Replies)
Discussion started by: kjks
2 Replies

8. Shell Programming and Scripting

Converting odd values to even values(or vice-versa) located in a column

Hello All, I have a below data in a .csv file where all rows where col1 is A, col2 is odd numbers, similarly even numbers for all rows where col1 is B. Note that my data has some other columns(not shown here) too (around 100) after col2. Tool,Data A,1 A,3 A,5 .... so on B,2 B,4 .... ... (4 Replies)
Discussion started by: ks_reddy
4 Replies

9. UNIX for Dummies Questions & Answers

Command for Host Name to IP Address or Vice Versa

Hi, In unix or linux is there any command exist to identify Host Name to IP Address or Vice Versa? Thanks in advance (6 Replies)
Discussion started by: nag_sathi
6 Replies

10. Shell Programming and Scripting

Converting a binary file to ascii and vice versa?

Hi All, I have a binary file which is being exported from a Database, and i need to convert that to ASCII format. How can i achieve that? And this solution should work for any file which is given to us; means they will give different files from different tables. Thanks in advance. (8 Replies)
Discussion started by: baranisachin
8 Replies
MYTOOL(1)							  LINUX COMMANDS							 MYTOOL(1)

NAME
mytool - manipulate map files for yudit, uniconv and uniprint SYNOPSIS
mytool [ -info ] [ -test ] [ -showkeys ] [ -decode ] [ -encode ] [ -strip ] [ -benchmark ] [ -name new-name ] [ -comment new-comment ] [ -type new-type ] [ -write output-file ] [ -my input-file ] [ -mys input-file ] [ -rmys input-file ] [ -kmap input-file ] [ -rkmap input- file ] [ -uni:l,u input-file [ -8 ] [ -high ] [ -low ] [ -runi:l,u input-file [ -8 ] [ -high ] [ -low ] ] [ -convert out-file-format ] DESCRIPTION
mytool is a my map file manipulation program in the yudit distribution. It can generates so-called binary nbit ( my ) map file that can map any sequences of bytes into any sequences of bytes. These sequences of bytes can be grouped into 1,2,4 and 8 bytes long words. The input sequence length may be different from the matched sequence length. 'i / 'n -> 'b specifies that the word 'in' produces 'b' but only the 'i is consumed from the input buffer. It can also generate a so-called binary umap file, that maps 8 or 16 bit single words into 16 bit single words and it contains the reverse map too. It can also disassemble the input map and produce a mys source file. The input can be a binary umap file, a my file, mys file a uni and a kmap file for yudit. It is recommended that all kmap files use the new mys format because it gives more freedom to define the mapping. The yudit distribution has a simple document yudit/doc/my.doc on the binary map formats, and a source file example file yudit/mytool/my/example.mys please refer to this for more details. OPTIONS
-info prints out a small information on the current map. -test lets you test the map interactively. -showkeys show alls the keys in the map file. -encode builds a state machine in the encoding part of the map file. The resulting map file can be written to disk with the -write option The resulting my files can contain state machines to speed-up conversion. A state machine based my file can manifest 10%-70% perfor- mance improvement, so it may be desirable for encoding fontmaps. For fontmaps the bumap format might be better suited where only one character and not a sequence of characters need to be mapped. -decode builds a state machine in the decoding part of the map file. -strip strips off the state machines from the map files. The -write option can be used to save the new map file. -benchmark option performs a simple benchmark test on the map file, to compare speed of simple, state machine based and binary map based map files. -nocomment option strips all comments from an input source file of format mys kmap uni. It does not strip comments from a binary file. -name new-name assigns a name to the map file. -comment new-comment assigns a comment to the map file. -type new-type assigns a map file a distinctive type, that can be kmap or fontmap but it is only informative. Keymaps can be used as fontmaps and vice versa. -write output-file writes the data into an output file. mytool never modifies the original file. All modifications should be explicitly saved with the this option. Never specify the same file for input and output. -my input-file load a binary map file. Only one of this option can be specified. -mys input-source-file load a source file. -rmys input-source-file load a source file and reverse it - make encoding from decoding and vice versa. -kmap input-source-file load a source file in kmap format. -rkmap input-source-file load a source file and reverse it - make encoding from decoding and vice versa. -uni:l,u input-source-file load a source file in Unicode Consortium format. This format has the local code in column l, and unicode in column u. The numbering of columns start from 0. -runi:l,u input-source-file load a source file in Unicode Consortium format and reverses it. Make encoding from decoding and vice versa. -8 option can be used with the -uni or -runi options. It specifies that the input is 8 bit and not 16 bit. -high option can be used with the -uni or -runi options. It specifies that the key should be or'ed with 0x8080. -low option can be used with the -uni or -runi options. It specifies that the key should be and'ed with 0x7f7f. -convert output-file-format converts the map file to a format. It is useful only when combined with -write otion. The possible formats are my -binary, mys -source, myc -my-c-source, umap -umap-c-source, bumap -binary-umap formats. For maps where only a single 8 or 16 bit local code should be converted into 16 bit unicode and vice versa, the umap file formats are recommended. The c-source files are provided so that you can inlucde a full map into the c program. DIAGNOSTICS
mytool prints out an error message and exits with a non-zero status on error. If there is no error the exit status is zero. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai). Tokyo, 03 January, 2000. LINUX COMMANDS
Jan 03 2000 MYTOOL(1)
All times are GMT -4. The time now is 11:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy