本文共 861 字,大约阅读时间需要 2 分钟。
#!/bin/sh - Using sed Command to Extract Maildir's Date from lastVersion File2. Maildir is set to "baikewaringmail"3. lastVersion is assigned the value "xxxxxxxxxxxxxx/lastVersion/datestr.txt"4. The date string is extracted using `sed -n '1p' $lastVersion`5. Finally, the script outputs "the datestr is $mydatestr"
转载地址:http://wlwfk.baihongyu.com/