PC1
-
linux 中 gz文件压缩保留源文件、解压缩保留源文件
001、压缩保留源文件 root@PC1:/home/test2# ls outcome.map root@PC1:/home/test2# gzip -c outcome.m…
-
Windows多层内网环境搭建
©Webkio 前言: 接下来我将在虚拟环境中模拟内网三层靶场,进行更新系列内网渗透实验,适合小白。本文仅供网安学习,不可利用于未授权渗透工作中,否则后果自负。码字图文不易,转载记…
-
linux shell脚本实现 xx.hmp.txt格式数据转换为plink格式
001、测试数据 root@PC1:/home/test# ls mdp_genotype_test.hmp.txt record.sh root@PC1:/home/test…
-
linux系统中如何将每行特定数目字符后的字符替换为指定字符
001、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt e r e y e u e e e g …
-
linux 中统计每一行特定字符出现的次数
001、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt ## 测试数据, 统计每一行出现的k的次…
-
linux 中shell实现字符串的逆向输出
001、 [root@PC1 test2]# echo “dsfedw” ## 测试字符串 dsfedw [root@PC1 test2]# echo “dsfedw” | a…
-
linux 中利用变量作为行号删除指定的行
1、 root@PC1:/home/test3# ls a.txt root@PC1:/home/test3# cat a.txt 1 e d 2 a g 3 w e 4 d …
-
linux 中创建命令别名
1、临时创建 root@PC1:/home/test2# ls a.txt root@PC1:/home/test2# cat a.txt j k e s f g x v b …