紀錄 git gc 的執行結果 - Linux

Kumar avatar
By Kumar
at 2011-12-26T11:03

Table of Contents



git gc 1>/tmp/1.log 2>&1

好像因為 git gc 顯示在螢幕上的訊息會一直跳動的關係

就像 pv (複製檔案的指令)那樣會更新訊息

沒有辦法導入檔案

像 git gc 這種顯示方法可以怎麼記錄下來?

--
Tags: Linux

All Comments

Yedda avatar
By Yedda
at 2011-12-27T21:17
把1.log檔裡的控制字元拿掉

有關ubuntu 11.10 內建的火狐

Yuri avatar
By Yuri
at 2011-12-26T10:32
大家好 最近換了新的ubuntu 11.10 其內建的firefo是7.0.1版 因有裝moonlight的需求 到moonlight的官方去donwload ,卻怎都無法安裝 似乎版本未支援,後來搜了一下,也照著國外的方法 修改檔案使之支援7以上版本 但是依然無法 因此想請教有經驗的版友 該如何 ...

請問VPN client對傳流量算誰呢?

Audriana avatar
By Audriana
at 2011-12-26T00:30
請教各位前輩 假設我有三台電腦,A 安裝 vpn server (ex. pptpd) B, C為windows 只有A有public IP, B和C都是虛擬IP 在B與C都連到A之後,透過vpn配發的IP,B和C應該是可以互相連到對方 可是在這種情況,B和C溝通是透過A嗎? (B和C其實是透過A轉送) 還 ...

有沒有精簡的debian live CD ?

Delia avatar
By Delia
at 2011-12-25T23:00
最近想玩玩 linux live CD 首先當然是想用 我目前最熟悉的debian 官方有提供 live CD 但是最小的也要約500M = = 有沒有精簡版的debian阿 最好是在100M之下的 = = -- 20330 6/17 - □ (本文已被吃掉) ...

請問iptables規則

Genevieve avatar
By Genevieve
at 2011-12-25T15:24
應該是指 iptables -A INPUT -p tcp -i eth1 --dport 20 -j DROP ^^^^^^ 看要擋掉哪些服務ex:ssh、http、ftp...就可以囉 應該是這樣 有錯請指教.. ...

A Bookmark File Cleaner

Victoria avatar
By Victoria
at 2011-12-25T03:16
I need something to clean out all the dead links in my bookmark fileand#39; and so I wrote the following script. It works well for me as you can see from ...