Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Is this sort working as it is supposed to be? A bit confused whether it is sorting correctly or not Post 303035932 by jim mcnamara on Monday 10th of June 2019 12:17:31 AM
Old 06-10-2019
I cannot duplicate your problem.
With sort, using a cut and paste copy of your example input, and using sort as the only command I get:

Code:
SYS|ODCI_WARNINGS$|TABLE
SYS|PLAN_TABLE$|TABLE
SYS|PSTUBTBL|TABLE
SYS|WRI$_ADV_ASA_RECO_DATA|TABLE
SYSTEM|OL$|TABLE
SYSTEM|OL$HINTS|TABLE
SYSTEM|OL$NODES|TABLE
XDB|PATH_VIEW|VIEW
XDB|RESOURCE_VIEW|VIEW
XDB|XDB$ACL|TABLE
XDB|XDB$IMPORT_TT_INFO|TABLE
XDB|XDB$RESCONFIG|TABLE
XDB|XDB$XIDX_IMP_T|TABLE

Which is the expected result.
1. please tell us your OS and shell
2. please post the output of
Code:
echo  '
SYS|PSTUBTBL|TABLE
SYS|WRI$_ADV_ASA_RECO_DATA|TABLE'  | od -c

I think there is a non-printing character in there somewhere. You can also use cat -v to see
 

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

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

6. Programming

I am a little bit confused in a socket example through select()

Hi, I am a newbie about network programming. All codes come from this book: UNIX Network Programming Volume 1, Third Edition. It is a TCP server by use select() int main(int argc, char **argv) { int i, maxi, maxfd, listenfd, connfd, sockfd; int ... (2 Replies)
Discussion started by: sehang
2 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
Net::Jabber::Data(3pm)					User Contributed Perl Documentation				    Net::Jabber::Data(3pm)

NAME
Net::Jabber::Data - Jabber Data Library SYNOPSIS
Net::Jabber::Data is a companion to the Net::Jabber::XDB module. It provides the user a simple interface to set and retrieve all parts of a Jabber XDB Data. DESCRIPTION
Net::Jabber::Data differs from the other modules in that its behavior and available functions are based off of the XML namespace that is set in it. The current list of supported namespaces is: jabber:iq:auth jabber:iq:auth:0k jabber:iq:register jabber:iq:roster For more information on what these namespaces are for, visit http://www.jabber.org and browse the Jabber Programmers Guide. Each of these namespaces provide Net::Jabber::Data with the functions to access the data. By using the AUTOLOAD function the functions for each namespace is used when that namespace is active. To access a Data object you must create an XDB object and use the access functions there to get to the Data. To initialize the XDB with a Jabber <xdb/> you must pass it the XML::Stream hash from the Net::Jabber::Client module. my $xdb = new Net::Jabber::XDB(%hash); There has been a change from the old way of handling the callbacks. You no longer have to do the above yourself, a Net::Jabber::XDB object is passed to the callback function for the message. Also, the first argument to the callback functions is the session ID from XML::Streams. There are some cases where you might want this information, like if you created a Client that connects to two servers at once, or for writing a mini server. use Net::Jabber qw(Client); sub xdbCB { my ($sid,$XDB) = @_; my $data = $XDB->GetData(); . . . } You now have access to all of the retrieval functions available for that namespace. To create a new xdb to send to the server: use Net::Jabber; my $xdb = new Net::Jabber::XDB(); $data = $xdb->NewData("jabber:iq:auth"); Now you can call the creation functions for the Data as defined in the proper namespaces. See below for the general <data/> functions, and in each data module for those functions. For more information about the array format being passed to the CallBack please read the Net::Jabber::Client documentation. METHODS
Retrieval functions GetXMLNS() - returns a string with the namespace of the data that the <xdb/> contains. $xmlns = $XDB->GetXMLNS(); GetData() - since the behavior of this module depends on the namespace, a Data object may contain Data objects. This helps to leverage code reuse by making children behave in the same manner. More than likely this function will never be called. @data = GetData() Creation functions SetXMLNS(string) - sets the xmlns of the <data/> to the string. $data->SetXMLNS("jabber:xdb:roster"); In an effort to make maintaining this document easier, I am not going to go into full detail on each of these functions. Rather I will present the functions in a list with a type in the first column to show what they return, or take as arugments. Here is the list of types I will use: string - just a string array - array of strings flag - this means that the specified child exists in the XML <child/> and acts like a flag. get will return 0 or 1. JID - either a string or Net::Jabber::JID object. objects - creates new objects, or returns an array of objects. special - this is a special case kind of function. Usually just by calling Set() with no arguments it will default the value to a special value, like OS or time. Sometimes it will modify the value you set, like in jabber:xdb:version SetVersion() the function adds on the Net::Jabber version to the string just for advertisement purposes. =) master - this desribes a function that behaves like the SetMessage() function in Net::Jabber::Message. It takes a hash and sets all of the values defined, and the Set returns a hash with the values that are defined in the object. jabber:iq: Type Get Set Defined ======= ================ ================ ================== jabber:iq: Type Get Set Defined ======= ================ ================ ================== jabber:iq: Type Get Set Defined ======= ================ ================ ================== jabber:iq: Type Get Set Defined ======= ================ ================ ================== jabber:iq: Type Get Set Defined ======= ================ ================ ================== CUSTOM NAMESPACES
Part of the flexability of this module is that you can define your own namespace. For more information on this topic, please read the Net::Jabber::Namespaces man page. AUTHOR
By Ryan Eatmon in May of 2001 for http://jabber.org.. COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2004-08-17 Net::Jabber::Data(3pm)
All times are GMT -4. The time now is 01:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy