正在加载视频...
视频加载失败
Quick Linux tip: When creating a new directory, you’ll often find yourself running: $ mkdir project $ cd project You can combine both steps into a single command: $ mkdir app && cd $_ The $_ variable expands to the last argument of the previous command, which in this... show more
21,340 次观看 • 25 天前 •via X (Twitter)
0 条评论
暂无评论
原始帖子的评论将显示在这里

