貼るほどのものでもないけど.
語弊有でいって簡易的なsploggerです(語弊ありすぎ
#!/usr/bin/awk -f
{
print strftime("%Y-%m-%d %H:%M:%S") " " $0;
}
#!/bin/sh
ls | datetime > /var/log/ls.log
Go to list of users who liked
More than 5 years have passed since last update.
貼るほどのものでもないけど.
語弊有でいって簡易的なsploggerです(語弊ありすぎ
#!/usr/bin/awk -f
{
print strftime("%Y-%m-%d %H:%M:%S") " " $0;
}
#!/bin/sh
ls | datetime > /var/log/ls.log
Register as a new user and use Qiita more conveniently
Go to list of users who liked