当前位置: 技术问答>linux和unix
ls 不能显示非隐藏文件
来源: 互联网 发布时间:2016-03-29
本文导语: 在AIX环境下,用db2工具生成165.txt步骤如下: 1)db2 -x "select * from tymx.td_i_paymode" > 165.txt 2)db2 -x "select count(*) from tymx.td_i_paymode" >> 165.txt 执行在当前目录下直接用ls全不能显示165.txt文件,如下: ls ...
在AIX环境下,用db2工具生成165.txt步骤如下:
1)db2 -x "select * from tymx.td_i_paymode" > 165.txt
2)db2 -x "select count(*) from tymx.td_i_paymode" >> 165.txt
执行在当前目录下直接用ls全不能显示165.txt文件,如下:
ls
2008-05-29.txt 2008-05-30.txt 2008-05-31.txt 2008-06-01.txt 2008-06-02.txt
注意:2008-05-29.txt文件之前有一段空白。
在用ls -lrt显示如下:
-rw-r--r-- 1 etl staff 2977 Jun 24 17:14 2008-06-02.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-06-01.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-05-31.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-05-30.txt
-rw-r--r-- 1 etl staff 3296 Jun 24 17:14 2008-05-29.txt
-rw-r--r-- 1 etl staff 28352 Jun 24 17:14 165.txt
-rwxrwxrwx 1 etl staff 46710 Jun 24 17:14 165.txt
不知道那位大侠能找出原因啊?高分奉上。
1)db2 -x "select * from tymx.td_i_paymode" > 165.txt
2)db2 -x "select count(*) from tymx.td_i_paymode" >> 165.txt
执行在当前目录下直接用ls全不能显示165.txt文件,如下:
ls
2008-05-29.txt 2008-05-30.txt 2008-05-31.txt 2008-06-01.txt 2008-06-02.txt
注意:2008-05-29.txt文件之前有一段空白。
在用ls -lrt显示如下:
-rw-r--r-- 1 etl staff 2977 Jun 24 17:14 2008-06-02.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-06-01.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-05-31.txt
-rw-r--r-- 1 etl staff 2864 Jun 24 17:14 2008-05-30.txt
-rw-r--r-- 1 etl staff 3296 Jun 24 17:14 2008-05-29.txt
-rw-r--r-- 1 etl staff 28352 Jun 24 17:14 165.txt
-rwxrwxrwx 1 etl staff 46710 Jun 24 17:14 165.txt
不知道那位大侠能找出原因啊?高分奉上。
|
ls -a
|
ll -a 更详细阿
|
ls -la
|
两个165.txt?
用du、find等命令看看是什么结果?
用du、find等命令看看是什么结果?