LoginSignup
4
4

More than 5 years have passed since last update.

apacheのエラーログが化けてる時になんとかして読みたい時のスクリプト

Last updated at Posted at 2014-05-23
tail -f error_log | perl -nle 's/\\x(..)/pack("C",hex($1))/eg;print $_'

引用元:http://takachan.jra.net/blog/archives/category/pc

4
4
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4