grep -E "[_[:alnum:]]+\(\)" /etc/rc.d/init.d/functions
grep -E "[_[:alnum:]]+\(\)" /etc/rc.d/init.d/functions
grep -E "[_[:alnum:]]+\(\)" /etc/rc.d/init.d/functions
> status() {
> echo_success() {
> echo_failure() {
> echo_passed() {
> echo_warning() {
> update_boot_stage() {
> success() {
> failure() {
> passed() {
> warning() {
时间: 2024-12-28 23:42:08