Sponsored Content
Top Forums UNIX for Dummies Questions & Answers cat binary file -> terminal gibberish Post 50475 by quantumechanix on Sunday 25th of April 2004 11:52:19 AM
Old 04-25-2004
going into and exiting vi doesn't work for me. Neither does "tput reset", "reset", or "tset"

Do these commands actually work for you guys?

I found this bizarre solution somewhere on the net, press Ctrl-v then Ctrl-o and Enter

This actually works, but doesn't make any sense to me. Any ideas?
 

8 More Discussions You Might Find Interesting

1. Solaris

compiled binary file gives "cannot execute binary file"

Hi, I have two Solaris machines. 1. SunOS X 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-1500 2. SunOS Y 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-60 I am trying to buiild a project on both these machines. The Binary output file compiled on machine 2 runs on both the machines. Where... (0 Replies)
Discussion started by: scgupta
0 Replies

2. UNIX for Dummies Questions & Answers

Difference between cat , cat > , cat >> and touch !!!

Hi Can anybody tell the difference between Difference between cat , cat > , cat >> and touch command in UNIX? Thanks (6 Replies)
Discussion started by: skyineyes
6 Replies

3. Shell Programming and Scripting

cat in the command line doesn't match cat in the script

Hello, So I sorted my file as I was supposed to: sort -n -r -k 2 -k 1 file1 | uniq > file2 and when I wrote > cat file2 in the command line, I got what I was expecting, but in the script itself ... sort -n -r -k 2 -k 1 averages | uniq > temp cat file2 It wrote a whole... (21 Replies)
Discussion started by: shira
21 Replies

4. Solaris

Gibberish when unzipping files in Putty

Hello. I'm ingesting files from one system (db hosted on Solaris 10) to another (db hosted on Solaris 9). Files come in zipped, and contain various txt files, which I'll use SQL*Loader to load. The unzipping, loading etc. is all handled in a ksh shell script. Sadly, we use Putty for all our... (9 Replies)
Discussion started by: Ray Harilal
9 Replies

5. UNIX for Dummies Questions & Answers

gunzip outputs gibberish

I run cygwin on windows 7, and have been using the windows command line. I've been trying to gunzip some previously compressed large sequence output files in .txt.gz format. This worked for about the first 10 files and then for the rest of them the file (as viewed using the 'head' command) is... (1 Reply)
Discussion started by: woceht
1 Replies

6. Shell Programming and Scripting

Convert binary file to csv and then back to the binary format

Hello *nix specialists, Im working for a non profit organisation in Germany to transport DSL over WLAN to people in areas without no DSL. We are using Linksys WRT 54 router with DD-WRT firmware There are at the moment over 180 router running but we have to change some settings next time. So my... (7 Replies)
Discussion started by: digidax
7 Replies

7. UNIX for Dummies Questions & Answers

What happens when i write on terminal "cat /bin/ls" ?

i all, i'm trying to understand a code, i see this line cat /bin/ls that have a strange output...can someone explain me what is it? (2 Replies)
Discussion started by: Marina2013
2 Replies

8. 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
FvwmConsole(1)							   Fvwm Modules 						    FvwmConsole(1)

NAME
FvwmConsole - an fvwm command input interface SYNOPSIS
Module FvwmConsole [options] FvwmConsole can only be invoked by fvwm. Command line invocation of the FvwmConsole module will not work. DESCRIPTION
FvwmConsole allows the user to type fvwm configuration commands interactively, and have them executed immediately. This tool is particu- larly useful for testing new configuration ideas, or for implementing temporary changes to your environment. INVOCATION
FvwmConsole must be spawned as a module by fvwm. FvwmConsole takes all xterm(1) options. FvwmConsole can be invoked by inserting the line 'Module FvwmConsole' in the .fvwm2rc file. This can be placed on a line by itself, if FvwmConsole is to be spawned during fvwm's initialization, or can be bound to a menu or mouse button or keystroke to invoke it later. CONFIGURATION OPTIONS
FvwmConsole uses xterm(1). All resources set for xterm are inherited unless overridden by command line options. Module FvwmConsole -g 40x10 -fg black -bg green3 A different terminal emulator can be specified with the -terminal option. However, only terminal programs that understand the options -name, -title and -e can be used. Module FvwmConsole -terminal rxvt Previous versions of FvwmConsole supported a -e option to choose a different front-end. Although this option is still provided for back- wards compatibility its use is discouraged unless you know exactly what you are doing. Module FvwmConsole -e FvwmConsoleC.pl (see FvwmConsoleC.pl(1)). Also X resources can be set in your ~/.Xdefaults file: FvwmConsole*VT100*geometry: 40x4 FvwmConsole*font: 7x14 COMMAND EDITING
There are a few options. If the GNU readline library is available, it can be used. If Perl5 is installed, FvwmConsoleC.pl can be used as a command editor. This can be accomplished by either copying FvwmConsoleC.pl to fvwmlib directory as FvwmConsoleC or invoking FvwmConsole with -e option. For example: Module FvwmConsole -e FvwmConsoleC.pl If neither one is installed, a simple input reading function which doesn't have editing capabilities is used. GNU readline and FvwmConsoleC.pl have some frequent used commands in common as default. These commands are similar to emacs. For more details, refer GNU readline man and info pages, and FvwmConsoleC.pl man page. Ctrl-A - beginning of line Ctrl-B - previous char Ctrl-D - delete char Ctrl-E - end of line Ctrl-F - next char Ctrl-H - backspace Ctrl-K - erase to the end of line Ctrl-N - next line Ctrl-P - previous line Ctrl-R - search reverse Ctrl-U - delete line Meta-B - previous word Meta-F - next word Esc < - beginning of history Esc > - end of history EXITING
FvwmConsole can be stopped by entering the EOF character (usually CTRL-D). Note! Do not use the "quit" command, as this is an fvwm builtin: typing "quit" at the FvwmConsole command line will cause fvwm to exit. SEE ALSO
xterm(1), FvwmConsoleC.pl(1), GNU Readline library AUTHOR
FvwmConsole is the original work of Toshi Isogai. 3rd Berkeley Distribution 09 May 2010 (2.5.30) FvwmConsole(1)
All times are GMT -4. The time now is 04:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy