当前位置:网站首页>Sort sort IP addresses
Sort sort IP addresses
2022-07-26 07:50:00 【lepton126】
I checked several commands, but they are all wrong , Correct as follows
sort -t. -g -k1,1 -k2,2 -k3,3 -k4,4 iplist.txt
-g, --general-numeric-sort compare according to general numerical value
Compare by value , Not with -n
-n, --numeric-sort compare according to string numerical value
-n Is to compare with string values
-k -k1,1 -k2,2 -k3,3 -k4,4 Only compare this domain
-t Specify domain separation
边栏推荐
猜你喜欢

Meta universe infrastructure: analysis of the advantages of Web 3.0 chain33

记一次路由器频繁掉线问题的分析、解决与发展

FTP service

shardingjdbc踩坑记录

Kdd2022 | uncover the mystery of Kwai short video recommendation re ranking, and recommend the new SOTA

Table fix specific rows

table 固定特定行

Wrong Addition

博途PLC一阶滞后系统传递函数阶跃响应输出仿真(SCL)

Master slave database deployment
随机推荐
Next item recommendations in short sessions
2019 ZTE touyue · model compression scheme
《门锁》引爆独居安全热议 全新海报画面令人窒息
TensorFlow学习日记之tflearn
PyTorch
Anaconda 中安装 百度飞浆Paddle 深度学习框架 教程
一文掌握mysql数据库审计特点、实现方案及审计插件部署教程
JMeter performance test saves the results of each interface request to a file
2019中兴捧月·模型压缩方案
Machine learning related competition website
Network trimming: a data driven neuron pruning approach towards efficient deep architectures paper translation / Notes
20220209 create a basic Servlet
Unity Metaverse(二)、Mixamo & Animator 混合树与动画融合
Devaxpress.xtraeditors.datanavigator usage
DCN (deep cross network) Trilogy
Deep learning model deployment
Network ()
Learning Efficient Convolutional Networks Through Network Slimming
keras学习之:获取神经网络中间层的输出结果
【Keras入门日志(3)】Keras中的序贯(Sequential)模型与函数式(Functional)模型