Skip to content

Commit

Permalink
Merge pull request takusuman#1 from Mango0x45/patch-1
Browse files Browse the repository at this point in the history
Who needs `wc`?
  • Loading branch information
Luiz Antônio authored Apr 18, 2021
2 parents e1766e9 + 8d4d778 commit ed2176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nproc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
grep 'processor' /proc/cpuinfo | wc -l
grep -c 'processor' /proc/cpuinfo

0 comments on commit ed2176d

Please sign in to comment.