📄 susort
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -