Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 27, 2024
1 parent 74e57d6 commit f739d22
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,30 @@ SCRIPT_VERSION='1.5.11'

echo '==='

awk --version || echo $?
echo '---'
awk -Wversion || echo $?
echo '---'
awk --help || echo $?
echo '==='

cut --version || echo $?
echo '---'
cut -Wversion || echo $?
echo '---'
cut --help || echo $?
echo '---'
cut || echo $?
echo '==='

date --version || echo $?
echo '---'
date -Wversion || echo $?
echo '---'
date --help || echo $?
date || echo $?
echo '==='

uname --version || echo $?
echo '---'
uname -Wversion || echo $?
echo '---'
uname --help || echo $?
echo '---'
uname || echo $?
echo '==='

### CONFIGURATION ###
Expand Down

0 comments on commit f739d22

Please sign in to comment.