摘要: return true is a number is odd /* _____________ Your Code Here _____________ */ type LastChar<T extends string> = T extends `${infer First}${infer Res 阅读全文
posted @ 2024-05-15 03:28 Zhentiw 阅读(2) 评论(0) 推荐(0) 编辑
摘要: For example I want to override and rename file.txt_ with file.txt mv file.txt{_,} You can also check the full command with echo echo mv file.txt{_,} # 阅读全文
posted @ 2024-05-15 03:06 Zhentiw 阅读(3) 评论(0) 推荐(0) 编辑