Avatar of zhshqzyc
zhshqzyc

asked on 

sort the column

Hi, I have a text file.
I want to order the values from small to large by column 8, output to a new file.

Tks
Shell Scripting

Avatar of undefined
Last Comment
point_pleasant
Avatar of point_pleasant
point_pleasant
Flag of United States of America image

sort -k8n,8 data.file > new_data_file
Avatar of zhshqzyc
zhshqzyc

ASKER

so, if sort by column 9.
sort -k9n,9 data.file > new_data_file

Open in new window

sort by column15
sort -k15n,15 data.file > new_data_file

Open in new window

?
ASKER CERTIFIED SOLUTION
Avatar of point_pleasant
point_pleasant
Flag of United States of America image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Shell Scripting
Shell Scripting

The term 'shell' refers to a general class of text-based command interpreters most often associated with the UNIX and Linux operating systems. Popular shells include Bourne, Debian Almquist (dash), Korn (ksh), Bourne Again (bash) and the C shell family (csh). Some view the DOS 'cmd' prompt as a minimal shell of sorts. It is also possible to install Cygwin on Windows and emulate a full Unix environment with complete shell capabilities. Terminal emulators, such as xterm, GNOME Terminal and OS X Terminal, can be used to access shell.

11K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo