summaryrefslogtreecommitdiffstats
path: root/test/bashisms/command.sh
blob: bdfb8c6bbc6226ddadf2a63a63105b8f81e3d1e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

command test
command -p test
command -v test
command -V test
command -p test
command -p -v test
command -pv test
command -p -v -a test # BASHISM
command -p -a -v test # BASHISM
command -pa test # BASHISM
command -ap test # BASHISM
command -p -a test # BASHISM
command -pV -a test # BASHISM
command -p test