Lines Matching refs:output
25 df: options OPT and --output are mutually exclusive
29 df -i --output '.' 2>out && fail=1
33 df --output -i '.' 2>out && fail=1
37 df -P --output '.' 2>out && fail=1
41 df --output -P '.' 2>out && fail=1
45 df -T --output '.' 2>out && fail=1
49 df --output -T '.' 2>out && fail=1
55 df: option --output: field 'target' used more than once
59 df --output=target,source,target '.' 2>out && fail=1
81 df -h --output '.' >out || fail=1
94 df -B1K --output=size '.' >out || fail=1
106 df --output=source,target --total '.' >out || fail=1
119 df --output=target --total '.' >out || fail=1
136 df --output=file '.' exp >out || fail=1