Sponsored Content
Full Discussion: grep tab
Top Forums UNIX for Dummies Questions & Answers grep tab Post 10341 by LivinFree on Tuesday 13th of November 2001 02:39:40 AM
Old 11-13-2001
With some shells, you may need to make it a literal key, though. In the case that you press tab and either nothing, or something unwanted happens, press Ctrl+V then press tab. Also, you may sometimes type \, then type tab.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to grep for blank records (space,tab,/n)?

I want to exclude (-v) blank records from a file before analysing it. I know I can use '^]$' for spaces and tabs but how do you look for lines that have nothing (/n or line feed) ? (2 Replies)
Discussion started by: Browser_ice
2 Replies

2. UNIX for Dummies Questions & Answers

using Grep with a tab

how can i use grep to search a file with a tab, for example grep -l "Text<TAB>Text" *.txt (2 Replies)
Discussion started by: Adriel
2 Replies

3. UNIX for Dummies Questions & Answers

why the <tab> could be not recognized in grep and sed?

I try to remove empty lines from file and use next: > cat fl.dat|grep -v '^*$' or cat fl.dat|sed '/^*$/d' 'grep' does not removes lines with tabs, 'sed' - lines with <tab> and with <spc> Why it could be? Is there any option/env-var should I check? Thank you Alex (5 Replies)
Discussion started by: alex_5161
5 Replies

4. Shell Programming and Scripting

MEM=`ps v $PPID| grep -i db2 | grep -v grep| awk '{ if ( $7 ~ " " ) { print 0 } else

Hi Guys, I need to set the value of $7 to zero in case $7 is NULL. I've tried the below command but doesn't work. Any ideas. thanks guys. MEM=`ps v $PPID| grep -i db2 | grep -v grep| awk '{ if ( $7 ~ " " ) { print 0 } else { print $7}}' ` Harby. (4 Replies)
Discussion started by: hariza
4 Replies

5. Shell Programming and Scripting

to parse (or grep) a number from a datafile and write it to tab limited file

Hi All, I have a folder that contain 100's of subfolders namely: Main folder -> GHFG - Subfoders ->10 100 234 102 345 .. .. ... (2 Replies)
Discussion started by: Lucky Ali
2 Replies

6. Shell Programming and Scripting

Remove tab

Hi, I have a file and it is tab delimited. I have to remove the tab and add space after the string "GET" if tab it exists. (1 Reply)
Discussion started by: sandy1028
1 Replies

7. UNIX for Dummies Questions & Answers

tab delimited file that is not tab delimited.

Hi Forum I have a tab delimited file that opens well in Openoffice calc (excel). But when I perform any operation in command line, it reads the file incorrectly. When I 'save As' the same file in office as tab delimited then it works fine. The file that I think is tab delimited is actually... (8 Replies)
Discussion started by: imlearning
8 Replies

8. Shell Programming and Scripting

Inconsistent `ps -eaf -o args | grep -i sfs_pcard_load_file.ksh | grep -v grep | wc -l`

i have this line of code that looks for the same file if it is currently running and returns the count. `ps -eaf -o args | grep -i sfs_pcard_load_file.ksh | grep -v grep | wc -l` basically it is assigned to a variable ISRUNNING=`ps -eaf -o args | grep -i sfs_pcard_load_file.ksh |... (6 Replies)
Discussion started by: wtolentino
6 Replies

9. UNIX for Beginners Questions & Answers

Grep solutions tab-delimited file

Hello, I am trying to find a solution to problem that's proving to be beyond my newbie skills. The below files comes from a genetics study. File 1 describes a position on the genome and file 2 does the same but is formatted differently and has more information. I am trying to match all lines in... (5 Replies)
Discussion started by: andmal
5 Replies

10. UNIX for Beginners Questions & Answers

Replace a column in tab delimited file with column in other tab delimited file,based on match

Hello Everyone.. I want to replace the retail col from FileI with cstp1 col from FileP if the strpno matches in both files FileP.txt ... (2 Replies)
Discussion started by: YogeshG
2 Replies
TERMINATOR(1)															     TERMINATOR(1)

NAME
Terminator - Multiple GNOME terminals in one window SYNOPSIS
terminator [options] DESCRIPTION
This manual page documents Terminator, a terminal emulator application. Terminator is a program that allows users to set up flexible arrangements of GNOME terminals. It is aimed at those who normally arrange lots of terminals near each other, but don't want to use a frame based window manager. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options -v, --version Show the version of the Terminator installation -m, --maximise Start with a maximised window -f, --fullscreen Start with a fullscreen window -b, --borderless Instruct the window manager not to render borders/decoration on the Terminator window (this works well with -m) -H, --hidden Hide the Terminator window by default. Its visibility can be toggled with the hide_window keyboard shortcut (Ctrl-Shift-Alt-a by default) -T, --title Force the Terminator window to use a specific name rather than updating it dynamically based on the wishes of the child shell. --geometry=GEOMETRY Specifies the preferred size and position of Terminator's window; see X(7). -e, --command=COMMAND Runs the specified command instead of your default shell or profile specified command -x, --execute COMMAND [ARGS] Runs the rest of the command line instead of your default shell or profile specified command. --working-directory=DIR Set the terminal's working directory -r, --role=ROLE Set a custom WM_WINDOW_ROLE property on the window -l, --layout=LAYOUT Start Terminator with a specific layout. The argument here is the name of a saved layout. -d, --debug Enable debugging output (please use this when reporting bugs). This can be specified twice to enable a built-in python debugging server. --debug-classes=DEBUG_CLASSES If this is specified as a comma separated list, debugging output will only be printed from the specified classes. --debug-methods=DEBUG_METHODS If this is specified as a comma separated list, debugging outut will only be printed from the specified functions. If this is speci- fied in addition to --debug-classes, only the intersection of the two lists will be displayed KEYBINDINGS The following keybindings can be used to control Terminator: Ctrl+Shift+O Split terminals Horizontally. Ctrl+Shift+E Split terminals Vertically. Ctrl+Shift+Right Move parent dragbar Right. Ctrl+Shift+Left Move parent dragbar Left. Ctrl+Shift+Up Move parent dragbar Up. Ctrl+Shift+Down Move parent dragbar Down. Ctrl+Shift+S Hide/Show Scrollbar. Ctrl+Shift+F Search within terminal scrollback Ctrl+Shift+N or Ctrl+Tab Move to next terminal within the same tab, use Ctrl+PageDown to move to the next tab. If cycle_term_tab is False, cycle within the same tab will be disabled Ctrl+Shift+P or Ctrl+Shift+Tab Move to previous terminal within the same tab, use Ctrl+PageUp to move to the previous tab. If cycle_term_tab is False, cycle within the same tab will be disabled Alt+Up Move to the terminal above the current one. Alt+Down Move to the terminal below the current one. Alt+Left Move to the terminal left of the current one. Alt+Right Move to the terminal right of the current one. Ctrl+Shift+C Copy selected text to clipboard Ctrl+Shift+V Paste clipboard text Ctrl+Shift+W Close the current terminal. Ctrl+Shift+Q Quits Terminator Ctrl+Shift+X Toggle between showing all terminals and only showing the current one (maximise). Ctrl+Shift+Z Toggle between showing all terminals and only showing a scaled version of the current one (zoom). Ctrl+Shift+T Open new tab Ctrl+PageDown Move to next Tab Ctrl+PageUp Move to previous Tab Ctrl+Shift+PageDown Swap tab position with next Tab Ctrl+Shift+PageUp Swap tab position with previous Tab Ctrl+Plus (+) Increase font size. Note: this may require you to press shift, depending on your keyboard Ctrl+Minus (-) Decrease font size. Note: this may require you to press shift, depending on your keyboard Ctrl+Zero (0) Restore font size to original setting. F11 Toggle fullscreen Ctrl+Shift+R Reset terminal state Ctrl+Shift+G Reset terminal state and clear window Super+g Group all terminals so that any input sent to one of them, goes to all of them. Super+Shift+G Remove grouping from all terminals. Super+t Group all terminals in the current tab so input sent to one of them, goes to all terminals in the current tab. Super+Shift+T Remove grouping from all terminals in the current tab. Ctrl+Shift+I Open a new window (note: unlike in previous releases, this window is part of the same Terminator process) Super+i Spawn a new Terminator process Drag and Drop The layout can be modified by moving terminals with Drag and Drop. To start dragging a terminal, click and hold on its titlebar. Alternatively, hold down Ctrl, click and hold the right mouse button. Then, **Release Ctrl**. You can now drag the terminal to the point in the layout you would like it to be. The zone where the terminal would be inserted will be highlighted. SEE ALSO
terminator_config(5) AUTHOR
Terminator was written by Chris Jones <cmsj@tenshu.net> and others. This manual page was written by Chris Jones <cmsj@tenshu.net> and others. Jan 5, 2008 TERMINATOR(1)
All times are GMT -4. The time now is 04:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy