Sponsored Content
Full Discussion: Echo's strange output
Top Forums Shell Programming and Scripting Echo's strange output Post 302837003 by codemaniac on Thursday 25th of July 2013 03:18:19 AM
Old 07-25-2013
Just some thoughts, according to history manpage..

"!" character starts a history substitution in bash.

and "#" is The entire command line typed so far.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Strange output from grep

Hi, I am getting different output for grep depending which directory I am in. The following is a transcript of my session, I am using egrep but have also used grep -E. The directory names have been changed for security: $pwd /dir1/dir2/dir3/dir4 $echo 000000 |egrep -v $echo $? 1 $cd ..... (10 Replies)
Discussion started by: Bab00shka
10 Replies

2. Shell Programming and Scripting

strange output

I had a similar script in solaris and it had no problem. I wrote this one in freeBSD and it gave me strange output. Can anyone please tell me why? thanks a lot #!/bin/sh #This is a shell script that checks file system capacity mounted on /home directory #If file system is over 90% capacity,... (1 Reply)
Discussion started by: k2k
1 Replies

3. Solaris

solaris 10 strange df output

hi, in solaris 10 SUN SPARC V245 server the following df -h output is showing . can i reuse the following disk space by deleting them /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1 20G 5.2G 14G 27% /platform/sun4u-us3/lib/libc_psr.so.1... (2 Replies)
Discussion started by: phani.madiraju
2 Replies

4. Solaris

Getting strange output of who -r command

Hi At OK> prompt, I have run the boot -s command After system is coming on to multiuser state, when I run the " who -r" command, I get the following message # who -r run-level Oct 17 03:48 last= Means I dont see "S" after run-level keyword. Could any one... (2 Replies)
Discussion started by: amity
2 Replies

5. Solaris

Strange sar output

I was reviewing yesterday's sar file and came across this strange output! What in the world? Any reason why there's output like that? SunOS unixbox 5.10 Generic_144488-07 sun4v sparc SUNW,T5240 Solaris 00:00:58 device %busy avque r+w/s blks/s avwait avserv 11:20:01 ... (4 Replies)
Discussion started by: dangral
4 Replies

6. Solaris

Strange df output on solaris 9

Hi all, After deleting some large log files on solaris 9 machine I can see strange df output shows below /dev/vx/dsk/rootvol 45G 16384E 50G 39879076698694% / I thought it will back to normal once I restart it but did not. I have seen in sunsolve article 6362734 that "Solaris 8... (0 Replies)
Discussion started by: rajashekar333
0 Replies

7. UNIX for Advanced & Expert Users

strange output with du

Can someone please explain why I get two outputs with the du command? The first one gave me one. I also didn't ask for the second directory so why did it give that directory? $ du -h "/media/Part 1/Desktop/playlist" 775M /media/Part 1/Desktop/playlist $ du -h "/media/Part... (1 Reply)
Discussion started by: cokedude
1 Replies

8. UNIX for Advanced & Expert Users

Strange /etc/passwd output

Can someone please explain this to me? auser:x:500:500:Anne User:/home/auser:/bin/sh buser:x:501:501:Bob User:/home/buser:/bin/bash I'm used to it looking like this. What is the difference between the first name and second name? In the first case I had to use the first name to change my... (3 Replies)
Discussion started by: cokedude
3 Replies

9. Shell Programming and Scripting

Strange output from find

How can I prevent find from outputting the directory name /home/xxxxxxxx/Backup/.system (which isn't even "other writable"? I am trying to search for files that are "world writable" on a shared web host using the find statement, and I want to prevent find from creating an error (because the of... (4 Replies)
Discussion started by: nixie
4 Replies

10. Programming

Very strange output with casting

Hi All, I am having a strange issue. Below is the code snippet. If I print fraction * (double)::pow((double)10,scalingFactor) which is a double I am getting 154 when I type cast that to int as (int)( ((fraction) * ((double)::pow((double)10,scalingFactor)))) it is becoming 153. Not sure why... (0 Replies)
Discussion started by: arunkumar_mca
0 Replies
FvwmConsoleC.pl(1)						   Fvwm Modules 						FvwmConsoleC.pl(1)

NAME
FvwmConsoleC.pl - Command editor for fvwm command input interface SYNOPSIS
FvwmConsole -e /usr/X11/lib/fvwm/FvwmConsoleC.pl COPYRIGHT
Copyright 1996, Toshi Isogai. No guarantees or warranties are provided. Use this program at your own risk. Permission to use this program for any purpose is given, as long as the copyright is kept intact. DESCRIPTION
FvwmConsoleC.pl offers editing capabilities while the user is entering the line. By default, the line editing commands are similar to those of emacs. It also offers substitution , which replaces a pattern to a string before it sends the command. FUNCTIONS
Functions are bound to a key or key combination to be invoked. The followings are functions available and their default key bindings. bind Meta-k, Ctrl-x Ctrl-b List up key bindings and substitutions. boh Move to the beginning of history. boh_ign_mode Esc-< Move to the beginning of history. If it is in search mode, continue. bol Home, Ctrl-a Move cursor to the beginning of the line. bs[(n)] BackSpace, Ctrl-h Backspace n times. default of n is 1. cancel Ctrl-x Ctrl-k Cancel the current input. del_back_line Delete the line from the beginning to the cursor. del_back_word Ctrl-w Delete the word from the beginning to the cursor. del_char [(n)] Delete, Ctrl-d Delete n characters from the cursor to the right. Default of n is 1. del_forw_line Ctrl-k Delete the line from the cursor to the end. del_forw_word Meta-d Delete the word from the cursor to the end. del_line Ctrl-u Delete the entire line. enter Enter, Ctrl-j, Ctrl-m Perform substitution if applicable and send the line to fvwm. enter_wo_subst Meta-Enter Send the line to fvwm without any substitution. eoh Move to the end of history. eoh_ign_mode Esc-> Move to the end of history. If it is in search mode, continue. eol End, Ctrl-e Move the cursor to the end of line. ins_char (str) Insert string at the cursor. ins_last_word Esc-. Insert the last argument of the previous command at the cursor. ins_nth_word Meta-[1..9] Insert the n-th argument of the previous command at the cursor. list_func Meta-l List up available editing functions. next_char Right, Ctrl-f Move the cursor to the next character. next_line Down, Ctrl-n Move to the next line in history. next_word Meta-f Move the cursor to the next word. prefix Wait for the next character typed in for multi-key binding. prev_char Left, Ctrl-b Move the cursor to the previous character. prev_line Up, Ctrl-p Move to the previous line in history. prev_word Meta-b Move the cursor to the previous word. quote Ctrl-q Insert the next character typed into the buffer literally. search Ctrl-s Search pattern in history. search_rev Ctrl-r Search pattern in history in reverse order. subst Meta-s Substitute all patterns to strings and reprint the line. The substitutions are not nested and performed in the order that they are defined. CONFIGURATION
The key binding can be overridden or defined in fvwm module configuration. *FvwmConsole: Key ck prev_line Non-space character sequence need not be quoted. In order to undefine, omit the last argument. *FvwmConsole: Key ck Note that non-meta character is case sensitive. c means control key, e means escape, and m is alt key. It also accepts Subst configuration. Users often input long fvwm command repeatedly. Subst will replace particular input sequence to user defined string. Example: *FvwmConsole: Subst '^bigx' 'Exec xterm -g 120x60+0+0 -fn 10x20 -fg black -bg lemonchiffon' Typing 'bigx<return>' in FvwmConsole will launch xterm. '^' denotes the beginning of line in regular expression. 'pl' in the middle of the command will not be replaced. Although the format looks different, it takes Perl regular expression. It just uses single or double quote as the delimiter. Single or double quotes have no difference, although they have to match, and cannot include itself in the string. *FvwmConsole: Subst '^gs*(d+)' 'Desk 0 0 GotoPage 0 $1 Focus' Entering 'g4' or 'g 4' will jump to desk 0 page 0 4 and focus. INVOCATION
FvwmConsoleC.pl should be invoked by FvwmConsole. SEE ALSO
FvwmConsole(1x), perlre(1) AUTHOR
Toshi Isogai 3rd Berkeley Distribution 09 May 2010 (2.5.30) FvwmConsoleC.pl(1)
All times are GMT -4. The time now is 12:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy