All pastes #77636 Raw Edit

Something

public text v1 · immutable
#77636 ·published 2006-07-03 06:43 UTC
rendered paste body
#!/bin/sh                       
b=5                             
a=`ls -1 /dir/ | sed -n '$(b)p'`
echo $a                         
exit