func/core/pkg_coreutils/13-cut.sh
2024-08-14 20:52:26 -07:00

6 lines
126 B
Bash
Executable File

#!/bin/bash
r_log "coreutils" "Test cut command"
[ "$(cut -f1 -d ' ' /etc/redhat-release)" == "Rocky" ]
r_checkExitStatus $?