摘要: Use a for loop: for d in $(find /path/to/dir -maxdepth 1 -type d) do #Do something, the directory is accessible with $d: echo $d done >output_file It 阅读全文
posted @ 2020-09-01 11:22 wolbo 阅读(406) 评论(0) 推荐(0)
摘要: Username : username Password : password Database : //123.45.67.89:1521/orcl/ Connect as : Normal 阅读全文
posted @ 2020-09-01 09:25 wolbo 阅读(211) 评论(0) 推荐(0)