Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tea(1) [debian man page]

TEA(1)							      General Commands Manual							    TEA(1)

NAME
tea - text editor with syntax highlighting & UTF support SYNOPSIS
tea files DESCRIPTION
TEA is a modest and easy-to-use Qt-based editor with many useful features for HTML editing. It features a small footprint, a tabbed layout engine, support for multiple encodings, code snippets, templates, customizable hotkeys, an "open at cursor" function for HTML files and images, miscellaneous HTML tools, preview in external browser, string manipulation functions, SRT subtitles editing, Morse-code tools, bookmarks, syntax highlighting, and drag-and-drop support. OPTIONS
--crapbook - start TEA with the Crapbook already opened. --charset=charset_name - set the charset for the opening file. For example, you want to open file1 with CP1251 charset, and file2 with UTF-8. So you write: tea --charset=cp1251 file1 --charset=utf-8 file2 Please refer to chapter 16 - "command line options" at /usr/share/doc/tea-data/en.html for more info. AUTHOR
TEA was written by Peter Semiletov <peter.semiletov@gmail.com>. This manual page was written by Lior Kaplan <kaplan@debian.org>, for the Debian project (but may be used by others). October 17, 2009 TEA(1)

Check Out this Related Man Page

CHANGE-PO-CHARSET(1)					      General Commands Manual					      CHANGE-PO-CHARSET(1)

NAME
change-po-charset - change the charset value in content-type header of a gettext po file SYNOPSIS
change-po-charset <charset> FILENAME1 [ FILENAME2 ...] DESCRIPTION
change-po-charset is a simple Perl script, which reads the specified file names, and prints them on standard output, making only the fol- lowing modification. In the first msgstr string sequence it encounters, it changes the "charset" attribute of the Content-Type header to the charset specified as the first parameter. Please note that it does not actually change any character encoding of the contents of the data. It is used by potooledit(1) to fix the content-type header after it recodes the file with iconv(1). SEE ALSO
potooledit(1), iconv(1), msgmerge(1), msgfmt(1). AUTHOR
change-po-charset was written by Marcin Owsiany <porridge@debian.org>. September 21, 2007 CHANGE-PO-CHARSET(1)
Man Page

12 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help using shred instead of rm

Hi, I have this script which runs pretty well bar a couple of problems, I am trying to emulate the rm command and this means I can't use rm directory, I inted to alias my script to rm and then use mv to move files to a trash folder rather than delete forever. The problem: when I use mv to... (18 Replies)
Discussion started by: jack1981
18 Replies

2. UNIX for Advanced & Expert Users

AWK instead of Shell script

I've a list file, which has some file names. ex: list file "list_file" will have data_file1.txt data_file2.txt data_file3.txt : : data_filen.txt Above files will have the below layout: Header1 Header2 *TM* Data record 1 Datarecord 2 Datarecord n *TM* (19 Replies)
Discussion started by: Lokesha
19 Replies

3. Programming

C Brain Teaser

Dear Gurus, I have encountered a C question, which I thought of sharing with you. This question was asked by one of my technical training staff...Though my training was over I'm still thinking of a solution for this.. Write a C program to do a small task(lets say just simply printing a "Hello... (34 Replies)
Discussion started by: vrk1219
34 Replies

4. Solaris

OpenSolaris instead Sun Solaris

My dear friends is Sun microsystems normall corporation I can not set Croatian keyboard no CHANCE i tried every possible method and today I can not get my GUI login. But strange thing is that on openSolaris my keyboard layout work PERFECTLY like in linux but I do no want to go to OpenSolaris... (36 Replies)
Discussion started by: solaris_user
36 Replies

5. Shell Programming and Scripting

Using perl to obtain stats instead of grep

Evening all, i hope you guys can help !! I'm working on a pass purchase system and would like to run a script every day from cron which looks at the previous day log files and produce some kind of stats for passes purchased / success / failures. Issues. I have around 25 passes and for each... (13 Replies)
Discussion started by: jeffersno1
13 Replies

6. AIX

Relocateable GCC!!!!

Gurus, This might be a piece of cake for you guys! But I have been ransacking the web (and my brain - no hardwork there!) to see if I could get my hands around a relocateable version of GCC - why so?? from compile problems I am facing, it is evident my current gcc version is clearly not... (15 Replies)
Discussion started by: getback0
15 Replies

7. Shell Programming and Scripting

Exits from putty instead of shell script

Dear, I have written below code to initiate the log at top of my script. #Set the log file LOGFILE=<path>/<filename.log> exec > $LOGFILE 2>&1 ............... .... ... .. ............ echo -e "\n\n Script finished OK " `date "+%m/%d/%y %H:%M:%S" ` "\n\n" exit 0 the logging ends only... (14 Replies)
Discussion started by: Imran_Chennai
14 Replies

8. UNIX for Dummies Questions & Answers

Match pattern in a field, print pattern only instead of the entire field

Hi ! I have a tab-delimited file, file.tab: Column1 Column2 Column3 aaaaaaaaaa bbtomatoesbbbbbb cccccccccc ddddddddd eeeeappleseeeeeeeee ffffffffffffff ggggggggg hhhhhhtomatoeshhh iiiiiiiiiiiiiiii ... (18 Replies)
Discussion started by: lucasvs
18 Replies

9. Shell Programming and Scripting

Insert a string instead of blank lines

how can i insert a string sush as "###" instead of blank lines in a file? i try this code but it doesn't work! awk 'NF<1 {$1=="###" ; print$0}' in_file > out_file (13 Replies)
Discussion started by: oreka18
13 Replies

10. AIX

UID & GID instead of user name and group name

Hi Everyone, We are encountering the following issue on AIX 5.3. When we do ls -ltr the list displays only user id and group id instead of user name and group name. This is happening for all users except root. Whe we do ls -ltr with root user it shows perfectly fine. When we searched... (25 Replies)
Discussion started by: madhav.kunapa
25 Replies

11. Web Development

Vue.js Steam Chat

This Vue.js chat component installed easily: npm i --save vue-steam-chat I was able to set it up and change the background color in the component css file to match the forums in seconds: https://www.unix.com/members/1-albums225-picture1162.png <template> <div style="height: 600px;... (17 Replies)
Discussion started by: Neo
17 Replies

12. OS X (Apple)

12-Core MacPro (2013) kernel_task over 1200%

Yesterday someone asked me to install TeamViewer and share my Mac screen with them while on a conference call. I shut down my Mac before sleeping and woke up to some major problem with my 12-core CPU in hyperdrive, and the system activity monitor showed my Mac kernel_task was at 1,200% and the... (30 Replies)
Discussion started by: Neo
30 Replies