Sponsored Content
Top Forums UNIX for Dummies Questions & Answers grep -A switch not working correctly with -m Post 302207063 by zaxxon on Thursday 19th of June 2008 04:39:57 AM
Old 06-19-2008
Show a snippet of the input file and the desired output, ty. Best tell us what kind of Unix/Linux this is since switches might vary.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Script not working correctly

I have a simple script that I want to run every 30 minutes but only when I execute it. I don't want it to be a crontab job. so i have for example date ls -l who sleep 1800 The first time it executes correctly but after the first time it nevers execute back again. It should execute after... (2 Replies)
Discussion started by: elchalateco
2 Replies

2. Shell Programming and Scripting

if not working correctly

Anyone have an idea why this if statement does not work correctly? "test2.sh" 18 lines, 386 characters #!/usr/bin/sh WARNING=80 CRITICAL=95 check_it() { if ] || ];then echo "YES ] || ]" else echo "NO ] || ]" fi } check_it 80.1 check_it 81.1 (3 Replies)
Discussion started by: 2dumb
3 Replies

3. Shell Programming and Scripting

Variable not working correctly.

Hi, I have a script where I am trying to set a local variable using the following, MYVAR="$NAME"_"$NAME2".txt where say, NAME = one NAME2 = two so I want the output one_two.txt but what I am getting is, two.txt basically the $NAME2 is overwriting, what am I doing wrong? ... (3 Replies)
Discussion started by: walsh_j
3 Replies

4. Programming

Shell Implementation not working correctly

//save in/out int tmpin = dup(0); int tmpout = dup(1); //set initial input int fdin; if(_inputFile) { fdin = open(_inputFile, O_RDONLY | O_CREAT, S_IREAD | S_IWRITE); } else { //use default input fdin = dup(tmpin); } int ret; int fdout; for(int i = 0; i... (14 Replies)
Discussion started by: AirBronto
14 Replies

5. Shell Programming and Scripting

Find cmd not working correctly in script

I am trying to copy 2 types of files so I can archive them. I tested with a set of commands: touch -t $(date -d "-60 day" +%Y%m%d) WORKDIR/REF find TARGETDIR/ -type f -maxdepth 1 -iname \*.out\* -or -iname \*.log\* ! -newer WORKDIR/REF -exec ls -l {} \; This correctly lists any files in the... (2 Replies)
Discussion started by: prismtx
2 Replies

6. Shell Programming and Scripting

rsync is not correctly working

We are using Red Hat linux system. I am transferring my rman backup files to another server. Here is the command i am using to transfer the files. /usr/bin/rsync -avpP --delete /xyz/xyz/ 99.99.999.99::db110bkp Here is the rsync version. >rsync --version rsync version 3.0.6 ... (1 Reply)
Discussion started by: govindts
1 Replies

7. UNIX for Dummies Questions & Answers

Grep Regexp not working correctly

Consider the following code: grep -o -e '^STEAM_::\d+$' workfile3.tmp A sample format of a valid string for the regexp would be: STEAM_0:1:12345678 Here is an example line from the workfile3.tmp file: 465:L 01/02/2012 - 00:05:33: "Spartan1-1-7<8><STEAM_0:1:47539638><>" connected No... (2 Replies)
Discussion started by: spinner0205
2 Replies

8. Shell Programming and Scripting

awk not working correctly

Hi I am attempting to right a script which will read a table and extract specfic information. LASTFAILEDJOB=/usr/openv/netbackup/scripts/GB-LDN/Junaid/temp_files/lastfailedjob cat /usr/openv/netbackup/scripts/GB-LDN/Junaid/temp_files/lastfailedjob 237308646 If i run the following... (5 Replies)
Discussion started by: Junes
5 Replies

9. UNIX for Dummies Questions & Answers

vnc No Longer Working Correctly

Hello All, Yesterday, all day, I was using x11vnc and vncviewer to connect to a server. But today for some reason it is not working. I don't remember changing any settings or anything like that, but because it stopped working correctly I guess something has...? I'm issuing the exact same... (0 Replies)
Discussion started by: mrm5102
0 Replies

10. UNIX for Beginners Questions & Answers

Are the brains of the UNIXoid working correctly?

Today I saw the topic. sum-even-numbers-1-100 At that time, it was already closed but not the point. Other thoughts came to mind. All newcomers to Haskell are afraid that when they study it, their brains will turn inside out. I did not notice anything like that. And all because the brains of all... (4 Replies)
Discussion started by: nezabudka
4 Replies
CHASEN(1)						      General Commands Manual							 CHASEN(1)

NAME
chasen - Japanese Morphological Analysis System SYNOPSIS
chasen [options] file DESCRIPTION
chasen is a morphological analysis system. It can segment and tokenize Japanese text string, and can output with many additional informa- tion (pronunciation, semantic information, and others). It will print the result of such an operation to the standard output, so that it can be either written to a file or further processed. OPTIONS
-s Use partial sentence mode for analysis. -j Use Japanese sentence mode for analysis. KUTEN (including other puncuation marks) and empty line are treated as the punctuation of the text. -C Use the command mode for analysis. -b Show the best path. (default) -m Show all morphemes where ambiguity is identified in the best path. -p Show all paths expanding for all combinations of the ambiguity. -f Show formatted morpheme data in column (default) -e Show entire morpheme data. -c Show coded morpheme data. -d Show detailed morpheme for use by Prolog. -v Show detailed morpheme for use by VisualMorphs. -O[c|s] Show morpheme as compound words or their segments. -F format Show morpheme formatted by the format such as "%m %y %M %U(%P-) %T %F " . -Fh Print help information for -F option. -i lang Specify the character encoding of the input file. e: EUC-JP, s:Shift JIS, w:UTF-8, u:UTF-8, a:ISO-8859-1 -o file Specify the output file to be file . -w width Specify the cost width. -r rcfile Use rcfile as the chasenrc file. -R Use the system default chasenrc file (/etc/chasenrc). -L lang Specify language. -lp Print the list of parts of speech (hinshi). -lt Print list of conjugation types. -lf Print list of conjugation forms. -h Print help. -V Print ChaSen version number. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. SEE ALSO
The programs are documented fully by /usr/share/doc/chasen/manual-j.tex or /usr/share/doc/chasen/manual-j.pdf. AUTHOR
This manual page was written by Takao KAWAMURA <kawamura@debian.or.jp> and modified by Hideki Yamane <henrich@debian.or.jp> and Osamu Aoki <osamu@debian.org> for the Debian GNU/Linux system (but may be used by others). CHASEN(1)
All times are GMT -4. The time now is 07:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy