Sponsored Content
Top Forums UNIX for Dummies Questions & Answers i don't understand the "sort" command Post 17434 by #1freebsddude on Friday 15th of March 2002 12:57:31 AM
Old 03-15-2002
I would look for a different place for documentation, like
here:

sort:

http://www.mcsr.olemiss.edu/cgi-bin/...rt&max_hits=20

grep:

http://www.mcsr.olemiss.edu/cgi-bin/...ep&max_hits=20

main site:

http://www.mcsr.olemiss.edu/unixhelp/

Good Luck
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sed 's/~/\^J/g' how to get "^J" on same line as rest of the command.

when ever i type it in it always looks like so echo $file | sed 's/~/\ /g' how can i get it on one line? (6 Replies)
Discussion started by: Optimus_P
6 Replies

2. Solaris

"mail" command sort by date

Hello experts, I am using SunFire T200. When I start reading the mail with "mail" command it comes older mail first. From MAILER-DAEMON Sat Mar 28 06:02:48 2009 Return-Path: <MAILER-DAEMON@emarn1> Received: from localhost (localhost) .... .... I want to see the most recent mail... (1 Reply)
Discussion started by: thepurple
1 Replies

3. Shell Programming and Scripting

don't understand a command "."

Hi all, I have a script with those two lines : test -f $PWD/mysetup.txt . $PWD/mysetup.txt I understand the first one, but could anyone explain me the role of the second one? All the thing I find is the usage : Thx in advance (3 Replies)
Discussion started by: Moumou
3 Replies

4. Red Hat

Understand output of "free" command

Hi Friends, I am really confused with the output of "free" command on redhat linux. I can see caching and buffer output on two different areas on the output. Please let me know whats the difference of these two different outputs. Here I am pasting the command output of my server. # free... (3 Replies)
Discussion started by: arumon
3 Replies

5. Shell Programming and Scripting

Meaning of "b" modifier in "sort" command

I need to sort the following file by the rhdiskpower devices in the last column: Total_MB Free_MB OS_MB Name Failgroup Library Label UDID Product Redund Path 1024 851 1024 OCRVOT1_0000 OCRVOT1_0000 System UNKNOWN ... (3 Replies)
Discussion started by: wjssj
3 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Shell Programming and Scripting

Is it Possible to sort a list of hexadecimal numbers using "sort" command?

Hello Everybody :) !!!. i have question in mind, is it possible to sort a list of hexadecimal numbers using "sort" command? (9 Replies)
Discussion started by: Kesavan
9 Replies

8. UNIX for Dummies Questions & Answers

New to Unix command line and have a question about the "sort" command

I am going through the Unix Made Easy second edition book by John Muster. So far it's been very informative and I can tell it may be a bit out of date. In one of the exercises it talks about the "sort" command and using it to sort column's of data etc. The "sort" command has changed a bit and... (1 Reply)
Discussion started by: budfoxcat
1 Replies

9. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

10. UNIX for Beginners Questions & Answers

Extract delta records using with "comm" and "sort" commands combination

Hi All, I have 2 pipe delimited files viz., file_old and file_new. I'm trying to compare these 2 files, and extract all the different rows between them into a new_file. comm -3 < sort file_old < sort file_new > new_file I am getting the below error: -ksh: sort: cannot open But if I do... (7 Replies)
Discussion started by: njny
7 Replies
dts_intro(1m)															     dts_intro(1m)

NAME
dts_intro - Introduction to the DCE DTS commands DESCRIPTION
The DCE Distributed Time Service (DTS) provides the following facilities: The dtsd daemon The DTS control program (dtscp) The DTS local clock setting program (dtsdate) The DTS is implemented in the dtsd process. Both clerks and servers use the same daemon. The behavior of the dtsd daemon is determined by the dtscp command. The dtscp control program allows you to synchronize, adjust, and maintain the system clocks in a distributed network. The DTS control pro- gram commands are listed below: The advertise command, which configures the DTS server as a global server The change command, which modi- fies the epoch and sets the local time to a new time The create command, which establishes a DTS entity (a clerk or server) The delete com- mand, which causes DTS to exit on the local node The disable command, which suspends a DTS entity The enable command, which starts a DTS entity The exit command, which ends the dtscp management session and returns you to the system prompt The help command which invokes the dtscp help service. The quit command, which ends the dtscp management session and returns you to the system prompt The set command, which modifies characteristics of a DTS entity The show command, which displays characteristics of a DTS entity The synchronize command, which synchronizes the system clock with the time obtained from DTS servers in the network The unadvertise command, which removes the global server entry The update command, which gradually adjusts the system clock to a new time For more information on any of the above dtscp commands, see the appropriate reference page in this chapter. The dtsd command restarts the DTS daemon (clerk or server process). When the host system is rebooted, this command is automatically exe- cuted as part of the overall DCE configuration procedure. For more information, see the dtsd reference page in this chapter. Invocation of dtsd leaves it in an idle state. In order for it to assume an identity, it must be ``created'' with the dtscp create command. After the DTS entity is created, it is still in a non-functioning state. To put it into operation, you must invoke dtscp enable, which causes an immediate synchronization to take place. For more information, see the enable reference page in this chapter. To bring down a DTS entity, you must first stop it with dtscp disable and then delete it with dtscp delete. For more information, see the disable and delete reference pages in this chapter. The dtsdate command sets the local clock of a system to be the same as the host remote_host, running a dtsd server. For more information see the tsdate reference page in this chapter. RELATED INFORMATION
Command: dtscp(1m) dtsdate(1m) Books: DCE Administration Guide, DCE Administration Reference dts_intro(1m)
All times are GMT -4. The time now is 10:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy