gist.githate.ru

Explore

  • All gists
  • Topics
  • Users
Telegram Git collection
Give feedback on the new UI Powered by Opengist ⋅ 13ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
c

calc

Recently created Least recently created Recently updated Least recently updated
LittleGreenCat

LittleGreenCat / Bash alias- simple calc on awk

Last active 2 months ago bash awk calc

Bash алиас - простой калькулятор на awk

0 0 1

Версия от Сергей

alias calc='_(){ awk "BEGIN{print $*}";};_'

Пример: calc 1+2/3 если со скобками нужны кавычки: calc "(7+5)^2-1"

Если нужны функции, для тех, у кого gawk:

Версия от Tagd_Tagd