gpt4 book ai didi

ftp - 在 FTP 客户端中使用 grep 和 ls?

转载 作者:行者123 更新时间:2023-12-04 13:50:59 33 4
gpt4 key购买 nike

我该如何使用 grepls在 FTP 客户端...

我的意思是,如果我想找到一些可以使用的特定文件:

 ls -l | grep pattern

最佳答案

使用通常的 Unix 命令行交互式 ftp,一种方法是:

Remote system type is UNIX.
Using binary mode to transfer files.
ftp> dir . foobar
output to local-file: foobar [anpqy?]? y
500 Unknown command
227 Entering Passive Mode (62,149,140,15,195,159)
150 Accepted data connection
11966 5.26 KB/s
226-Options: -a -l
226 156 matches total
ftp> !grep con foobar
-rwxr-xr-x 1 11050207 users 911007 Sep 13 2007 accu_pyconc.pdf
-rwxr-xr-x 1 11050207 users 9805405 Mar 25 2009 pycon_abst.pdf

即,首先将 dir 结果放入本地文件,然后在本地运行 grep。顺便说一句,这让您只需支付一个 dir 即可运行多个 grep。数据传输;-)。

关于ftp - 在 FTP 客户端中使用 grep 和 ls?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1618611/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com