sh Test

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • test
  • test [!] [ -n | -z ] string
  • test [!] { -b | -c | -d | -e | -f | -g | -h | -L | -p | -r | -S | -s | -u | -w | -x } file
  • test [!] -t fd
  • test [!] string { = | != } string
  • test [!] integer { -eq | -ne | -gt | -ge | -lt | -le } integer
  • [ ]
  • [ [!] [ -n | -z ] string ]
  • [ [!] { -b | -c | -d | -e | -f | -g | -h | -L | -p | -r | -S | -s | -u | -w | -x } file ]
  • [ [!] -t fd ]
  • [ [!] string { = | != } string ]
  • [ [!] integer { -eq | -ne | -gt | -ge | -lt | -le } integer ]

Remarks



Got any sh Question?