2025-04-18から1日間の記事一覧
あるデータ(data.txt)がある、中身は1 hoge 2 hogeeee 3 foo 4 barみたいな ここでcat data.txt | grep "hoge"とすると、hoge以外にhogehogeも引っかかってしまう・・・ 解決方法1 grepでやる場合は、cat hoge.txt | grep 'hoge$'とすると、行末にあるhogeだ…
そんなやつおる〜?(私です) % git checkout hogehoge Note: checking out 'hogehoge'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state with…