Simple calculation (math) in Bash using ‘bc’By neokrates, written on September 6, 2010 |
bash snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Which SQL implementations are mostly used in your projects?
- MySQL (44%, 4 Votes)
- We don't use SQL (44%, 4 Votes)
- MS SQL Server (22%, 2 Votes)
- Oracle (11%, 1 Votes)
- Standard (0%, 0 Votes)
- PostgreSQL (0%, 0 Votes)
- DB2 (0%, 0 Votes)
- mSQL (0%, 0 Votes)
- Informix (0%, 0 Votes)
- Something else (0%, 0 Votes)
Total Voters: 9
Loading ...
Most popular search terms:
user@host:~$ echo "1+2.3"|bc 3.3 user@host:~$ echo "1-2.3"|bc -1.3 user@host:~$ echo "1.2*2.3"|bc 2.7
|
TAGS
|
|
SOCIAL
|


















