[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] How to pipe the output of 'set +v' to /dev/null?
From: |
Peng Yu |
Subject: |
[Help-bash] How to pipe the output of 'set +v' to /dev/null? |
Date: |
Wed, 26 Jun 2013 18:02:41 -0500 |
Hi,
I'm not able to pipe the output of 'set +v' to /dev/null. Does anybody
know how to do it?
~/linux/test/bash/man/builtin/set/-v$ cat main2.sh
#!/usr/bin/env bash
set -v
set +v /dev/null
set -v
set +v 2>/dev/null
~/linux/test/bash/man/builtin/set/-v$ ./main2.sh
set +v /dev/null
set +v 2>/dev/null
--
Regards,
Peng
- [Help-bash] How to pipe the output of 'set +v' to /dev/null?,
Peng Yu <=