Difference between revisions of "IT-OS-Config-Tools"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (Created page with "=BCompare-Linux= Ref.: <pre class="code"> sudo nano /usr/bin/bcompare --------------------------------------------------- /bin/bash -c "exec -a $0 $EXEC $ARGS > /dev/null 2>&1...") |
Samerhijazi (talk | contribs) m (Samerhijazi moved page IT-OS-Admin-Tweaks to IT-OS-CFG-Tweaks without leaving a redirect) |
(No difference)
| |
Revision as of 17:36, 4 January 2022
BCompare-Linux
Ref.:
sudo nano /usr/bin/bcompare --------------------------------------------------- /bin/bash -c "exec -a $0 $EXEC $ARGS > /dev/null 2>&1" $0 changed it to: /bin/bash -c "exec -a $0 $EXEC -style=cleanlooks $ARGS > /dev/null 2>&1" $0 ---------------------------------------------------