Guest User

Untitled

a guest
Jul 14th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. irb(main):001:0> rel_dir='/'
  2. => "/"
  3. irb(main):002:0> available_space = %x|read -d '' -ra df_arr < <\(LC_ALL=C; df -P #{rel_dir}\)|
  4. sh: -c: line 0: syntax error near unexpected token `<'
  5. sh: -c: line 0: `read -d '' -ra df_arr < <(LC_ALL=C; df -P /)'
  6. => ""
Advertisement
Add Comment
Please, Sign In to add comment