找回密码
 骑士注册

QQ登录

微博登录

❏ 站外平台:

发表评论

回复 来自四川成都的 Chrome 44.0|GNU/Linux 用户 的评论:
IFS_backup=$IFSIFS=$'\n'for d in $(find /opt/ubu -type d -print | sed 's/^\/opt\/ubu//');do    if  ; then      ln -s "/opt/ubu$d" "$d"    fi;doneIFS=$IFS_backupfind /opt/ubu -type f -print | sed 's/\/opt\/ubu//' | xargs -I  " "  ln -s "/opt/ubu "find /opt/ubu -type b -print | sed 's/\/opt\/ubu//' | xargs -I  " "[]"find /opt/ubu -type c -print | sed 's/\/opt\/ubu

返回顶部

分享到微信

打开微信,点击顶部的“╋”,
使用“扫一扫”将网页分享至微信。