toolkit/func/core/pkg_coreutils/13-cut.sh

6 lines
126 B
Bash
Executable File

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