Sponsored Content
Full Discussion: like to have fun in terminal
Top Forums UNIX for Advanced & Expert Users like to have fun in terminal Post 56847 by google on Wednesday 13th of October 2004 07:02:04 AM
Old 10-13-2004
Yikes collins. First things first, move away from csh. Its less powerful than other shells and much less fun to work with for that matter. Download pdk (public domain Korn shell) or switch over to bash or bourne. You will be much happieer in the long run,
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

connecting to unix through hyper terminal - as a dumb terminal

I just changed from windows NT to XP and I am no longer able to connect to my unix system. I used to use hyper terminal -- which acts as dumb terminal to my main frame unix system. I think one of the options used to be "direct to comX". This option isn't listed now. I use a serial port and the... (2 Replies)
Discussion started by: michelle
2 Replies

2. UNIX for Dummies Questions & Answers

fun with tar

ok, i've figured out my problem with distributed, in Solaris GUI if you click on a tar file it will untar it for you, using paramiters I don't know. now, I've got a tar file in / called dnetc-solaris26-x86.tar i want to install it to the "/Veitch" directory how exactly do I use the tar... (17 Replies)
Discussion started by: veitcha
17 Replies

3. Shell Programming and Scripting

Fun with awk

uggc://ra.jvxvcrqvn.bet/jvxv/EBG13 #!/usr/bin/awk -f BEGIN { for (n=0;n<26;n++) { x=sprintf("%c",n+65); y=sprintf("%c",(n+13)%26+65) r=y; r=tolower(y) } } { b = "" for (n=1; x=substr($0,n,1); n++) b = b ((y=r)?y:x) print b } ... (0 Replies)
Discussion started by: colemar
0 Replies

4. Shell Programming and Scripting

More fun with awk

#!/usr/bin/ksh ls -l $@ | awk ' /^-/ { l = 5*log($5) h = sprintf("%7d %-72s",$5,$8) print "\x1B ls command with histogram of file sizes. The histogram scale is logaritmic, to avoid very short bars for smaller files or very long bars for bigger files. Screenshot: (4 Replies)
Discussion started by: colemar
4 Replies

5. Shell Programming and Scripting

Cannot get terminal application to launch with a graphical launcher when successful in terminal

I have been having an extremely annoying problem. For the record, I am relatively new at this. I've only been working with unix-based OS's for roughly two years, mostly Xubuntu and some Kali. I am pretty familiar with the BASH language, as that's the default shell for debian. Now, I've made this... (16 Replies)
Discussion started by: Huitzilopochtli
16 Replies

6. Shell Programming and Scripting

Print Terminal Output Exactly how it Appears in the Terminal to a New Text File

Hello All, I have a text file containing output from a command that contains lots of escape/control characters that when viewed using vi or view, looks like jibberish. But when viewed using the cat command the output is formatted properly. Is there any way to take the output from the cat... (7 Replies)
Discussion started by: mrm5102
7 Replies

7. Shell Programming and Scripting

Fun with terminal plotting JSON data at the command line

One of the great thing about unix is the ability to pipe multiple programs together to manipulate data. Plain, unstructured text is the most common type of data that is passed between programs, but these days JSON is becoming more popular. I thought it would be fun to pipe together some command... (1 Reply)
Discussion started by: kbrazil
1 Replies
wordview(1)						      General Commands Manual						       wordview(1)

NAME
wordview - displays text contained in MS-Word file in X window SYNOPSIS
wordview [ filename] DESCRIPTION
wordview is simple GUI wrapper around catdoc(1) which allows to browse through word file interactively. It doesn't allow to edit file, but allows to save plain text representation (or version with some TeX commands) into the file. If for some reason catdoc doesn't recognize file encoding properly, wordview allows to specify encoding interactively. OPTIONS
wordview supports standard X options, supported by wish(1) X RESOURCES
Following X resources can be used to customize wordviewlook: Wordview.Text.Background background color for main window Wordview.Text.Foreground Foreground color for main window Wordview.Text.selectBackground Background color of selected text Wordview.Text.selectForeground Foreground color of selected text Wordview.Text.Font Font to display text. We recommend to use fixed-width font, such as Courier, because catdoc(1) is intended to convert Word into text. Either XLFD font names or Tk-style font specifications like {Courier 12pt} can be used for specifying font. If you use XLFD font names, usage of unicode (iso10646-1) fonts is recommended. Wordview.Text.findMode How to search text. This option can have value either exact or regexp and specifies whether text is searched for exact match or for regular expression by default. This behavior can be toggled interactively via checkbox in the search dialog. Wordview.Text.findCase This boolean option controls whether search is case-sensitive. Default is no. Wordview.Menu.highlightBackground Background color for highlighted menu item Wordview.Menu.highlightThickness Wordview.Menu.activeBackground Background color of active menu item. Wordview.Menu.activeBorderWidth Width (in pixels) of border around highlighted menu item. Default is 0, which differs from Tk global default. See options(n) for more details. A lot of other resource options which affect behavoir of standard Tk widgets can affect wordview. See Tcl/Tk manual pages for more informa- tion. SEE ALSO
catdoc(1),wish(1),options(n) AUTHOR
Victor Wagner <vitus@45.free.net>. MS-Word reader Version 0.94.4 wordview(1)
All times are GMT -4. The time now is 04:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy