Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
から 5.8 または 6.4 の数値を取得できますが、からに/etc/redhat-release変換する方法がわかりません。これまでに使用したコマンドは次のとおりです。5.85
/etc/redhat-release
5.8
5
cat /etc/redhat-release | awk {'print $7'}
を生成し5.8ます。bashを使用して、そこから1桁の整数を取得するにはどうすればよいですか?