in reply to -s test option returns differently in some cases
Could the problem be due to use of auto mount of a NFS directory (given auto mount is actually being used)? For whatever reason, perhaps use of ls is more forceful than size or emptiness test. Then again both -- ls & -X -- get the information via stat call, no? Seems like something might have changed in perl + Suse combination.
Does calling stat() explicitly on file path (and not running system ls) before -[sz] make a difference?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: -s test option returns differently in some cases
by frogsausage (Sexton) on Oct 14, 2013 at 12:09 UTC |