skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Docs
Sign in
?
All pastes
#2128215
Raw
Copy code
Copy link
Edit
Anonymous
public
text
v1 · immutable
#2128215
·
published
2012-03-14 20:40 UTC
Lines
Syntax
Wrap
Stripe
off
dark
light
Mono
Size
13px
Tab
2
4
8
Theme
Follow system
Always dark
Always light
rendered paste body
# cat test.sh
#!/bin/sh
echo ${#var}
if [ -n $var ]
then
echo InIf
fi
# ./test.sh
0
InIf
#