⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getcdps.ksh

📁 su 的源代码库
💻 KSH
字号:
#! /bin/ksh# Select small sets of cdps for testing processing parameters# NOTE: Comment lines preceeding user input start with  #!## Author: Jackset -x#!# Set input file name and fold (if known, else adjust suwind line)input=cdp201to800.pack		# assuming packed inputinteger fold=30#!# Set output files and cdp rangesspacedcdps=cdpby100		# unpacked outputcdpfirst=201 dcdp=100		# parameters to select non-contiguous cdpscontigcdps=cdp371to380		# unpacked outputinteger cdpmin=371 cdpmax=380	# parameters to select contiguous cdps### Window off a panel of cdps that ranges over the data>$spacedcdps		# zap any previous filesuwind <$input key=cdp s=$cdpfirst j=$dcdp |suunpack2 >>$spacedcdps ### Window off a contiguous panel of cdps>$contigcdps		# zap any previous fileinteger count=fold*(cdpmax-cdpmin+1)suwind <$input key=cdp min=$cdpmin max=$cdpmax count=$count |suunpack2 >$contigcdps

⌨️ 快捷键说明

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