
shell
文章平均质量分 81
junyidcf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cat ~/.tmux.conf
tmux simple config原创 2022-06-27 19:11:07 · 198 阅读 · 0 评论 -
awk complex script
awk复杂脚本300+还是使用Python写吧,不然写的时候痛苦,维护也很难。原创 2017-07-13 19:39:38 · 460 阅读 · 0 评论 -
GNU Screen configuration
# no welcome message startup_message off # the following two lines give a two-line status, with the current window highlighted hardstatus alwayslastline # hardstatus string '%{= kG}[%{G}%H%? %1`%?原创 2018-01-31 15:23:15 · 271 阅读 · 0 评论 -
Microsoft.PowerShell_profile.ps1
<# $PSVersionTable.PSVersion 6.2.0 .$profile # reload profile Set-ExecutionPolicy RemoteSigned -Scope LocalMachine # Permits profiles (.ps1) $PROFILE | Format-List * -Force $PROFILE.CurrentUserAll...原创 2019-03-22 18:30:57 · 1855 阅读 · 0 评论