Sponsored Content
Full Discussion: What does . means?
Top Forums Shell Programming and Scripting What does . means? Post 302392368 by jatanig on Thursday 4th of February 2010 07:51:28 AM
Old 02-04-2010
Big Thanks Franklin, that was such a nice article by Jim... Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what it means?

I have a command called cd $HDRROOT/release/tools/cfg My query is what it means? tHat is.... $HDRROOT part is not clear. If I put this command it says path not found.... I doubt that $HDRROOT is trying to mean smething I am not clear of. PL help......... (4 Replies)
Discussion started by: rraajjiibb
4 Replies

2. UNIX for Dummies Questions & Answers

Can anyone tell me what this means..???

I found a file in my base folder width the name replace.sh and width the text string. sed -i "s/$1/$2/g" `grep -ir $1 ./*|grep -v '.svn'|cut -d: -f1` Wat does it mean and what does it do? (1 Reply)
Discussion started by: samarn
1 Replies

3. Shell Programming and Scripting

$$ means?

hey, what's $$varname in a script? I used to see $varname only. search on google didn't help. thanks. (4 Replies)
Discussion started by: patiobarbecue
4 Replies

4. UNIX for Dummies Questions & Answers

Can you tell me what this means?

Can you please tell me what this means? use grep to find from the file myfile.txt all lines containing the sequence tt but not more 2 ts? I have no idea. (2 Replies)
Discussion started by: rushhour
2 Replies

5. UNIX for Advanced & Expert Users

what does $#,$* means

:) Hi, In some script i got these regular expression like , n=$# and for i in $* can anybody let me know, what does it means (5 Replies)
Discussion started by: deb.simply
5 Replies

6. UNIX for Dummies Questions & Answers

What means %U

I can not find out what the %U means in the following command: ooffice -calc %U (2 Replies)
Discussion started by: borobudur
2 Replies

7. Shell Programming and Scripting

!! what is this means

I have a script like select * from table !! what those exclamation marks mean (4 Replies)
Discussion started by: vasuarjula
4 Replies

8. Programming

What does it means?

#define abc '\xE8' (7 Replies)
Discussion started by: kamlesh33
7 Replies

9. UNIX for Beginners Questions & Answers

What is $(NF) means?

HI what does the $(NF) means. here i want to understand the working. what i know is that in awk NF argument will tell number of column in a file i have below file alpha a beta b if i use command cat kv | paste - - | awk '{print $1," "$2 "------>"$(NF)}' i get the o/p as alpha ... (3 Replies)
Discussion started by: scriptor
3 Replies
CEF5CONV(1)						      General Commands Manual						       CEF5CONV(1)

NAME
cef5conv - convert a TeX document in Big 5 encoding containing CEF macros into `preprocessed' form. SYNOPSIS
cef5conv < infile > outfile DESCRIPTION
The Chinese Encoding Framework (CEF) developed by Christian Wittern <cwittern@conline.central.de> makes it possible to include CJK charac- ters in various encodings using the SGML macros &CX-aabb; for Big 5 and CNS encoding and &U-aabb; for Unicode (X denotes a number between 0 and 7; 0 represents Big 5 encoding, 1-7 CNS encoding planes 1-7. aabb is either a decimal or hexadecimal number). cef5conv converts the CEF macros of a Big 5 encoded document together with the Big5 encoding itself into a form which can directly pro- cessed with LaTeX 2e. It is identical to bg5conv < infile | cefconv > outfile This filter is part of the CJK macro package for LaTeX 2e. SEE ALSO
sjisconv(1), bg5conv(1), cefconv(1), cefsconv(1), extconv(1), the CJK documentation files. AUTHOR
Werner Lemberg <wl@gnu.org> CJK Version 4.8.3 07-May-2012 CEF5CONV(1)
All times are GMT -4. The time now is 02:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy