1 个不稳定版本
0.1.0 | 2021年11月13日 |
---|
#21 在 #append
4KB
yearsfx
yearsfx将给定范围内的年份追加到每个输入行的末尾。
起始年份是必需的参数,结束年份是可选的第二个参数,如果省略,则默认为当前年份。
用法
yearsfx <start-year> [end-year]
示例
echo "Hello World" | yearsfx 2015
Hello World2015
Hello World2016
Hello World2017
Hello World2018
Hello World2019
Hello World2020
Hello World2021
echo "test" | yearsfx 1994 2000
test1994
test1995
test1996
test1997
test1998
test1999
test2000
依赖项
~4.5MB
~70K SLoC