主頁 > 知識庫 > Linux系統(tǒng)中cd無法進(jìn)入xargs管道輸出的目錄

Linux系統(tǒng)中cd無法進(jìn)入xargs管道輸出的目錄

熱門標(biāo)簽:合力億捷外呼系統(tǒng)如何解壓安裝 信陽智能外呼系統(tǒng)聯(lián)系方式 地圖標(biāo)注和視頻彩鈴制作生意 南通電銷外呼系統(tǒng)排名 營業(yè)廳外呼系統(tǒng)有錄音嗎 地圖標(biāo)注怎么兼職 滁州外呼系統(tǒng)接口對接 南京電銷外呼系統(tǒng)廠家 宿松百度地圖標(biāo)注

今天在寫shell腳本的時(shí)候,想用cd進(jìn)入xargs管道輸出的目錄,但是提示報(bào)錯(cuò)。詳情如下:

【環(huán)境描述】

目錄結(jié)構(gòu):

[root@test1 nagiosclient_db]# ls -ltr
total 2488
-rw-r--r--.        1     root   root    405725   Mar  3 14:12   nrpe-2.12.tar.gz
-rw-r--r--.        1     root   root    2095419 Mar  3 14:12   nagios-plugins-1.4.15.tar.gz
drwxrwxrwx.   16   501  root    4096        Mar  3 14:36   nagios-plugins-1.4.15
drwxrwxr-x.     7     500  500    4096        Mar  3 14:37   nrpe-2.12

獲取需要的目錄:

[root@test1 nagiosclient_db]# ls | egrep 'nrpe-[0-9].[0-9]+.$'
nrpe-2.12

使用管道進(jìn)入指定的目錄:

[root@test1 nagiosclient_db]# ls | egrep 'nrpe-[0-9].[0-9]+.$' | xargs ls -ld | xargs cd
xargs: cd: No such file or directory


遇到報(bào)錯(cuò)提示。

修改命令:

[root@test1 nagiosclient_db]# cd "`ls | egrep 'nrpe-[0-9].[0-9]+.$' `"
[root@test1 nrpe-2.12]# pwd
/home/monitor/nagiosclient_db/nrpe-2.12

進(jìn)入了指定的目錄。

【為什么cd命令不能進(jìn)入xargs管道輸出的目錄】

xargs牽涉寫管道,而cd是內(nèi)部命令。具體的牽涉shell的工作原理。

查看cd命令的絕對路徑:

[root@test1 nrpe-2.12]# which cd
/usr/bin/which: no cd in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)

查看xargs的絕對命令:

[root@test1 nrpe-2.12]# which xargs
/usr/bin/xargs


詳情如上,因非系統(tǒng)工程師,故此處不對shell的原理做深入研究。

【參考鏈接】

http://bbs.chinaunix.net/thread-750335-2-1.html
http://blog.csdn.net/jason_asia/article/details/28407189

標(biāo)簽:潛江 銅陵 衢州 保定 運(yùn)城 麗水 新余 山南

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Linux系統(tǒng)中cd無法進(jìn)入xargs管道輸出的目錄》,本文關(guān)鍵詞  Linux,系統(tǒng),中,無法,進(jìn)入,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Linux系統(tǒng)中cd無法進(jìn)入xargs管道輸出的目錄》相關(guān)的同類信息!
  • 本頁收集關(guān)于Linux系統(tǒng)中cd無法進(jìn)入xargs管道輸出的目錄的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章