susort

来自「seismic software,very useful」· 代码 · 共 20 行

TXT
20
字号
SUSORT - sort on any segy header keywordssusort <stdin >stdout [[+-]key1 [+-]key2 ...]Susort supports any number of (secondary) keys with eitherascending (+, the default) or descending (-) directions foreach.  The default sort key is cdp.Note:	Only the following types of input/output are supported	Disk input --> any output	Tape input --> Disk output	Pipe input --> Disk outputCaveat: In the case of Pipe input a temporary file is made	to hold the ENTIRE data set.  This temporary is	either an actual disk file (usually in /tmp) or in some	implementations, a memory buffer.  It is left to the	user to be SENSIBLE about how big a file to pipe into	susort relative to the user's computer.Example:To sort traces by cdp gather and within each gatherby offset with both sorts in ascending order:	susort <INDATA >OUTDATA cdp offset

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?