New answers tagged scripting
1 vote
How to get a password from a shell script without echoing
My bash getPass function to ask user for a password I wrote, for a script that create, format and mount a LUKS partition, a function that show stars in an interactive read substitution command. ...
3 votes
Opening MacOS terminals and running a command on each tab
If you're willing to use the third-party app "ITerm2", the following will do the job: tell application "iTerm" activate set currentWindow to current window if ...
0 votes
How could I embed Lua into Python 3.x?
From: https://github.com/scoder/lupa Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is a partial rewrite of LunaticPython in Cython with some additional features such as proper ...
Top 50 recent answers are included
Related Tags
scripting × 17675bash × 4545
shell × 4105
linux × 2336
powershell × 1934
python × 1526
unix × 1318
windows × 1009
batch-file × 888
javascript × 739
awk × 643
c# × 552
sed × 472
php × 463
automation × 398
perl × 350
java × 345
vbscript × 291
html × 290
lua × 289
unity-game-engine × 274
macos × 263
command-line × 257
regex × 252
ksh × 235