cutの用途集 Posted Aug 2, 2019 By rengotaku 1 min read URLのパラメータを削る cut -f1 -d?echo https://test.com?val=1 | cut -f1 -d? https://test.com devtools shell linux まとめ This post is licensed under CC BY 4.0 by the author. Share