awk與csh 搭配傳入外部變數的問題 - Linux

Lily avatar
By Lily
at 2015-03-28T03:07

Table of Contents

太多行不好推文, 原諒我用回文浪費一下版面.

我用 Mac (10.10.2) 試, 結果是你要的耶.
這中間肯定有什麼誤會...

Area51-MBP:0 rickie$ cat 1.txt
3-6 aaaa.tif
4 bbbb.tif
9-7 cccc.tif
Area51-MBP:0 rickie$ cat 2.txt
1
2
3-6
4
5-0
9-7
Area51-MBP:0 rickie$ cat test.sh
#!/bin/csh
foreach a(`cat 2.txt`)
awk '{if ($1==a) print $0}' a=$a 1.txt
end
Area51-MBP:0 rickie$ ./test.sh
3-6 aaaa.tif
4 bbbb.tif
9-7 cccc.tif
Area51-MBP:0 rickie$

--
Tags: Linux

All Comments

Hedda avatar
By Hedda
at 2015-03-31T08:00
因為Mac是BSD系的?
Callum avatar
By Callum
at 2015-04-02T11:32
原 po 說他用 Mac, 我才特地開 Mac 試的呀.
Suhail Hany avatar
By Suhail Hany
at 2015-04-03T15:18
mac 也有 bash/csh/tcsh 等等,行為應該結果一樣

suse 11 裝不起來

Cara avatar
By Cara
at 2015-03-27T16:10
欲直接安裝在PC 主機板 ASUS H61M-K CPU intel G2030 RAM 4G HDD WD_4T 安裝過程沒有特別設定就一直下一步 裝了好幾次都卡在GRUB時發生錯誤 https://dl.dropboxusercontent.com/u/76377303/IMG ...

ls [^A-Z]* ?

Yedda avatar
By Yedda
at 2015-03-27T13:20
請問一下 如果目錄底下有大寫 小寫檔案 我為什麼不能用 ls [^A-Z]* 來排除大寫呢? 他就出現 無法存取... - ...

請教一個指令問題...

Delia avatar
By Delia
at 2015-03-27T01:39
我買了這一條USB傳輸線且可以額外充電的線,如下: http://24h.pchome.com.tw/prod/DCAC6L-A68706104 Micro USB...接平板 USB Type-A(c)...額外接電源端 USB Type-A(p)...接host端(筆電) 示意圖:http://ppt. ...

awk與csh 搭配傳入外部變數的問題

Oscar avatar
By Oscar
at 2015-03-26T22:37
我有兩個檔案 檔名 1.txt 內容 3-6 aaaa.tif 4 bbbb.tif 9-7 cccc.tif.... 檔名 2.txt 內容 1 2 3-6 4 5-0 9-7 我如果直接打 ...

ubuntu14.10 登入後黑屏

Zora avatar
By Zora
at 2015-03-26T19:49
如題,我的電腦是 win8. ubuntu雙系統,筆電型號是 asus x551 最近開了ubuntu到登入畫面,輸入完密碼後就直接黑屏了,可是如果從訪客登入的話就很 順利的進去,文字介面也能進去,就是自己的帳號無法進入,試過重新開機和重新安裝都 還是會出現同樣的問題,請問有人能教教我嗎? -- Sent ...