Home Software 01 Github 02 Colabs 03 Shell Basics 04 Apis 05 Webscraping 06 Nbdev 07 Javascript Packag... 08 Cloud Functions 09 Browser Extension Css Css Animations Javascript Llm Paradigms Protocols Websites

Don't Look! I'm changing!

URL Copied

BinderBinderBinderOpen Source Love svg3

NPM LicenseActiveGitHub last commit

GitHub starsGitHub watchersGitHub forksGitHub followers

TweetTwitter Follow

make hello and then ./hello

make isn't a compiler itself. runs clang underneath.

The Command Prompt is a command line interpreter application available in most Windows operating systems. It's used to execute entered commands. Most of those commands automate tasks via scripts and batch files - Lifewire

Bash is a Unix shell. A bash file is a batch file, but not the other way around. A batch file is a text file containing a series of commands. - tkalve

Shell scripts

Scripting allows you to use programming functions – such as β€˜for’ loops, if/then/else statements, and so forth – directly within your operating system’s interface...

It allow us to program commands in chains and have the system execute them as a scripted event, just like batch files.

They allow for command substitution: invoke a command, like date, and use it’s output as part of a file-naming scheme.

Types of β€œbatch” files in windows

undefined

And some basic commands of batch file

undefined
# sed '1d' gitgist.js;
 ! echo 'This pipe works but I have trouble with the wget one.?' > myoutput.txt
!ls; pwd; whoami;
config.js myoutput.txt package-lock.json gitgist.js node_modules sample_data /content root