V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  NewIPIsComing  ›  全部回复第 2 页 / 共 10 页
回复总数  182
1  2  3  4  5  6  7  8  9  10  
雖然我已經知道樓主並不是要找命令行程序,但我還是忍不住推薦一條現成的命令:
#替換文件夾中所有文件中的 old_string 為 new_string
grep -rl "old_string" . | xargs sed -i 's/old_string/new_string/g'

# grep -rl: search recursively, and only print the files that contain “old_string”
# xargs: take the output of the grep command and make it the input of the next command (ie, the sed command)
# sed -i ‘s/old_string/new_string/g’: search and replace, within each file, old_string by new_string
2020-12-08 11:28:54 +08:00
回复了 overthemoon 创建的主题 摄影 最近想买相机
奧林巴斯 E-M10 或 E-M5
2020-12-08 10:32:48 +08:00
回复了 WanzizZ 创建的主题 Android 父母用手机求推荐
諾基亞 C3
我去看來下我的小雞,一年才用了 30 G……不過當我嘗試設置限額,甚至是查詢免費額度都一頭霧水,就像上面的朋友說的,這產品確實不是給個人用戶用的,研究了半小時感覺自己都不懂中文了
2020-12-07 10:11:02 +08:00
回复了 jimmyismagic 创建的主题 程序员 永不失联的代码
互聯網檔案館最近存檔了很多 Flash 遊戲 [Flash Animations Live Forever at the Internet Archive]( https://blog.archive.org/2020/11/19/flash-animations-live-forever-at-the-internet-archive/)
2020-12-03 15:44:51 +08:00
回复了 wangyzj 创建的主题 程序员 闲鱼 iOS APP 还能做得再烂点吗?
PC 用户表示没的用
我來歪個樓原版所在站點 www.webtoons.com 分析工具用的是 analytics.tiktok.com ,抖音還有這業務?
2020-12-03 11:32:07 +08:00
回复了 thefack 创建的主题 Windows Windows10 20H2 是不是有打字的 BUG
因 win10 自帶的拼音輸入法無法方便的輸入直角引號「」,所以現在使用小狼豪,目前還沒有遇到什麼奇怪問題
2020-12-01 09:16:09 +08:00
回复了 Syuusaku 创建的主题 生活方式 有完全不使用抖音(以及其他短视频 app)的朋友吗
完全不看
2020-12-01 09:15:09 +08:00
回复了 polyang 创建的主题 程序员 周一就奋战到凌晨一点的估计就我一个吧
加班有害健康
2020-11-30 13:53:29 +08:00
回复了 fankz 创建的主题 问与答 想找个 app 当微博用,但是不想让人看见,有什么好方案?
WordPress
2020-11-27 13:06:18 +08:00
回复了 o0o0o0 创建的主题 程序员 产品经理看了沉默,程序员看了流泪
i18n 呢?
公司附近有個小公園,最近把樹都砍了,原生植物也都清理了,種上園藝草皮,改了個名叫法治公園。還立了秦始皇的像……
2020-11-26 16:19:59 +08:00
回复了 thtznet 创建的主题 程序员 RDP 远程有没有可能实现被远程连接而不退出当前桌面?
我是在 windows 上裝 TightVNC
2020-11-26 14:39:19 +08:00
回复了 131 创建的主题 全球工单系统 对腾讯云 Serverless 缩减活动礼品表示理解与支持
🙃 web archive 是個好東西
2020-11-12 17:24:30 +08:00
回复了 Tarkky 创建的主题 Google 开始远离谷歌
感謝分享。我分享一個網站流量分析的 Google Analytics -> 自建 Plausible
2020-11-12 17:02:24 +08:00
回复了 clockOS 创建的主题 程序员 受《黑镜》影响,我拍了一部反思互联网的系列短片
吉林市不錯
1  2  3  4  5  6  7  8  9  10  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2372 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 12:30 · PVG 20:30 · LAX 05:30 · JFK 08:30
Developed with CodeLauncher
♥ Do have faith in what you're doing.