Shell 字符串的相关操作
摘要:#!/bin/bash msg="home/desktop/shell/file.txt" echo "The original string = $msg" echo "The Length of String = ${#msg}" echo "The Substring Starting fro
阅读全文
posted @ 2022-11-28 15:43
流水不争先,争的是滔滔不绝
posted @ 2022-11-28 15:43