随笔分类 -  Shell

摘要:https://my.vmware.com/cn/group/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstation_pro/15_0 激活码:CG392-4PX5J-H816Z-HYZNG-PQRG2 亲测有 阅读全文
posted @ 2021-07-16 21:33 香吗 阅读(1597) 评论(0) 推荐(0)
摘要:https://www.netsarang.com/zh/all-downloads/ 自行下载,亲测有效 阅读全文
posted @ 2021-07-16 20:57 香吗 阅读(158) 评论(0) 推荐(0)
摘要:Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error w 阅读全文
posted @ 2021-04-24 10:00 香吗 阅读(3604) 评论(0) 推荐(0)
摘要:假设我们定义了一个变量为: file=/dir1/dir2/dir3/my.file.txt 可以用${ }分别替换得到不同的值: ${file#*/}:删掉第一个 / 及其左边的字符串:dir1/dir2/dir3/my.file.txt ${file##*/}:删掉最后一个 / 及其左边的字符串 阅读全文
posted @ 2020-06-09 17:45 香吗 阅读(221) 评论(0) 推荐(0)