Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Can anyone help me to spot my mistake? Post 302681975 by Don Cragun on Sunday 5th of August 2012 05:49:32 AM
Old 08-05-2012
Code:
temp=$(grep "datafeed\.php" | cut -d" " -f8)

is a shell command; not a gawk command.
This User Gave Thanks to Don Cragun For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Crontab Mistake!!!

Hi. I hope someone can help me with this problem. Being a novice to Unix, I editted my crontab directly by typing " crontab -e ". Well, I needed to make some changes so, I typed " crontab -r ". Now I have no crontab, and I can't seem to get crontab to write a new file. I' ve tried: vi... (4 Replies)
Discussion started by: cstovall
4 Replies

2. UNIX for Advanced & Expert Users

Spot

does somebody know about SPOT ?? any link about SPOT commands ? i ve made a mistake during configuration, :mad: then i ve started the system in Maintenance mode the only shell was SPOT. :eek: SPOT doesn t understand anything.... how do i work with SPOT ? thanks in advance Karine... :D (1 Reply)
Discussion started by: karine
1 Replies

3. Shell Programming and Scripting

Spot the difference

I posted earlier with a problem it's here, I have edited the script a little and it tells me once more that the end of line is unexpected and I'm really lost with this one, thanks for any help. The new version: #!/bin/sh case $# in 0) echo "Usage: enshar filename1 filename2 " >&2 ;;... (20 Replies)
Discussion started by: Dim-Wit
20 Replies

4. AIX

Did a Mistake with HACMP

Hi, I needed space on a FS, and when I've added the space on the filesystem, I did it trough the regular smitty fs inteface and not with smitty cl_lvm. Can someone help me to repair the situat before a faileover happen ? Thanks for your help,:mad: (13 Replies)
Discussion started by: azzed27
13 Replies

5. Shell Programming and Scripting

Is there any mistake in this code:

cat $1 | sort -n | uniq | $1 in other words, I sort the content of the file and put the ouput in the same file, is there any mistakes in this cshell code ??? (4 Replies)
Discussion started by: Takeeshe
4 Replies

6. UNIX for Dummies Questions & Answers

Probably some stupid mistake...

Hi everyone ! I have a file wich look like this : >Sis01 > Sis02 ... >Sis44 I want to separe each paragraphe in a different file, so I decide to use the "FOR" loop + sed. for f in {01..44} do (5 Replies)
Discussion started by: sluvah
5 Replies

7. AIX

how to make a spot

HI. there My 10 servers are running on 6.1-05-03 aix including NIM server but my user want to update a TL (61-05-03 to 61-06-04) if I Update a AIx version of TL .. is that change the SPOT of NIM server.. OR if I make a spot of AIX7.1 and Is that support AIX 6.1 AIX 5.3 Images I... (1 Reply)
Discussion started by: Jeon Jun Seok
1 Replies

8. Shell Programming and Scripting

Strange type mistake?!

Hi, I want to start MY_PROGRAM in a bash script with additional parameters given in the CONFIGURATION_ARRAY. IFS="'" CONFIGURATION_ARRAY=( '-N 0 -m 0' '-N 0 -m 1' ) for configuration in ${CONFIGURATION_ARRAY} do //DEBUG N=${configuration%-*} //-N 0 M=-${configuration##*-} //-m 0... (5 Replies)
Discussion started by: xraystorm
5 Replies

9. Programming

Archive script spot a mistake?

#!/bin/bash source=/to_be_archived dest=/archived echo "is this archive for an audio tar press (t) or an audio directory press (d)" read option case $option in d) cd "$source" echo "please specify full path to directory you want to be... (6 Replies)
Discussion started by: robertkwild
6 Replies
wnn_ximrc(4)							   File Formats 						      wnn_ximrc(4)

NAME
wnn_ximrc - xjsi configuration file SYNOPSIS
/usr/lib/locale/ja/wnn/ximrc DESCRIPTION
ximrc file sets the environment for xjsi. Different settings are possible for each user. Entries is set in the following style: entry setting_value ... entry and setting_value are separated by space character or tab. Lines beginning with semicolons (;) are comments. If the same entry appears more than once, the last one will be used. Defaults are used for any setting_values that are not set. setuumrc language uumrc Specifies the uumrc file that xjsi refers to for each language. For Japanese, specify "ja". uumrc defaults to @LIBDIR/@LANG/uumrc. preloadrkfile language_name Specifies the language that loads the Automaton table when starting. xjsi ignores this entry. setbackspacechar backspace_char Specifies the backspace character. If it is omitted, 0x7f is used. setposition location Specifies the position to display the candidate list window. over window bottom in which input operation is executed spot inserted position for input characters center center of the screen The default is over. setlayout format Specifies the format of the candidate list window. multi Displays the candidate in vertical and horizontal vert Displays the candidate in vertical horiz Displays the candidate in horizontal If ATOK input style is used, the default is horiz. Otherwise, multi is used as default value. If multi is specified in ATOK input style, horiz is used. The default is multi. EXAMPLES
Example 1: ;; sample ximrc setposition spot setlayout vert SEE ALSO
xjsi(1) SunOS 5.10 10 Jan 2003 wnn_ximrc(4)
All times are GMT -4. The time now is 04:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy