獲取全路徑文件名的文件名/文件位置/文件的後綴名/文件的前綴

在shell編程中,對於path file name,咱們可能須要從該字符串中提取出文件所在路徑/文件名/文件後綴名/文件前綴,方法實現以下所示:shell $ pfName=/home/user/test.txt # 獲取全路徑文件名 $ echo $pfName /home/user/test.txt # 獲取文件名 $ echo ${pfName#
相關文章
相關標籤/搜索