Tag: script

459 How to execute a command whenever a file changes? 2010-08-27T20:02:40.510

302 What is the difference between executing a Bash script vs sourcing it? 2009-12-11T15:24:17.607

129 Add directory to $PATH if it's not already there 2009-09-11T16:19:11.790

117 Linux Bash Script, Single Command But Multiple Lines? 2012-11-21T03:09:10.843

82 How to execute a command in screen and detach? 2012-07-29T02:04:52.273

80 When to use Bash and when to use Perl/Python/Ruby? 2012-04-21T02:37:02.067

73 How do I perform commands in another folder, without repeating the folder path? 2013-05-17T12:22:17.030

66 How can I get a script to run every day on Mac OS X? 2010-04-02T20:21:09.410

60 How can I run an application with command line arguments in Mac OS 2009-08-01T09:24:24.340

59 How to launch a command on network connection/disconnection? 2011-03-26T17:23:36.297

57 Delete all files from a folder and its sub folders 2014-04-15T12:40:31.173

51 dd is producing a 32 MB random file instead of 1 GB 2018-12-27T11:01:09.337

48 Looping Through Subdirectories and Running a Command in Each 2009-09-21T21:34:05.153

48 What scripting languages are useful in Windows? 2011-05-25T04:13:15.050

47 Remotely run script on Unix, get output locally? 2010-04-13T12:05:35.753

46 SSH: execute sudo command 2010-03-09T11:59:37.153

45 Determine if command is recognized in a batch file 2010-08-13T12:32:07.870

41 does %* in batch file mean all command line arguments? 2010-06-07T21:41:11.690

40 Which command can I use to recursively rename or move a file in Windows? 2008-10-16T21:42:55.620

40 How can I delete everything after the first column in Notepad++? 2014-08-19T18:06:59.457

38 Bash: create anonymous fifo 2010-09-03T15:18:17.050

37 Running bat file at startup as administrator in Windows 7 2009-11-16T12:44:31.123

37 Bash Shebang for dummies? 2010-10-04T21:09:09.907

37 Multiple standard input? How? 2010-10-20T22:53:55.813

36 How to clean up output of linux 'script' command 2011-01-24T00:49:37.153

35 zsh with Cygwin 2011-02-21T14:29:36.693

32 How to get filename only without path in windows command line? 2012-10-18T02:44:09.360

30 Change DNS with script 2012-08-18T01:56:36.317

29 How to extract a complete list of extension types within a directory? 2012-03-07T14:44:02.843

29 difference between ${} and $() in shell script 2015-07-02T08:37:14.453

29 Is it possible to restart a computer in response to an email notification? 2016-04-17T11:23:17.130

27 Automatically run a script when I log on to Windows 2009-07-30T13:20:35.797

27 Can I make a script always execute as root? 2012-06-22T19:29:00.323

27 How can I run a command after boot? 2013-12-08T07:10:46.440

24 How to disable ipv6 on a specific interface in linux? 2013-03-30T12:17:19.230

23 How to extract text from pdf in script on Linux? 2010-11-05T19:30:38.543

22 How to make a statement that checks if something is divisible by something else without a remainder (BASH) 2009-10-01T23:20:14.047

22 Deleting entire lines in a text file based on a partial string match with Windows PowerShell 2010-03-08T21:24:26.243

21 How to sync GreaseMonkey scripts between computers? 2009-07-15T16:09:48.173

21 How do I concatenate strings in a bash script? 2011-01-27T22:19:04.333

21 Best practices to alias the rm command and make it safer 2012-01-25T17:36:15.797

20 Should I put *.sh and *.rb file extensions on all my scripts? 2011-10-07T16:56:51.073

19 Good PowerShell guide, getting started through more advanced usage 2009-07-18T01:24:40.687

19 It is possible to make autocompletion in Powershell work like in bash? 2010-11-03T10:11:42.803

19 How to manually stop a Python script that runs continuously on linux 2012-07-09T13:15:55.293

18 crontab to wake osx from sleep 2009-07-29T04:49:17.170

18 How to execute a script on sleep, hibernate, resume, and shutdown 2011-08-09T23:34:03.987

17 How can I access volume levels from the command line on Windows 7? 2012-02-28T14:42:50.697

17 What is the maximum value of a numeric bash shell variable? 2016-01-22T21:05:37.043

16 Windows command prompt freezing randomly 2012-05-02T16:44:43.987

16 copy file from windows to Linux 2013-03-08T06:38:17.687

15 Create a logoff script/task for Linux 2009-11-04T09:14:21.050

15 How to sign a PowerShell script easily? 2010-01-11T09:18:17.017

15 init.d script not running on startup 2012-07-17T01:57:14.067

15 Is there a script to add port forwarding rule in home router? 2013-08-21T07:59:23.150

15 Is it possible to autocrop black borders of a video with ffmpeg? 2014-06-24T14:04:46.873

14 How do I launch a bash script from Finder in OS X? 2009-09-10T08:10:33.210

14 What tool can generate MD5 from the command-line? 2010-05-12T12:41:04.570

14 Run a script when Windows resumes from suspend/hibernate state? 2011-04-27T15:10:10.547

14 How do I set the desktop background on Windows from a script? 2008-09-22T21:41:42.767

14 Fastest way to drain battery 2011-08-21T06:47:55.740

14 Setting ID3 title tag to be equal to MP3 file name 2012-03-09T04:22:34.860

14 PHP script can't run bash script. sh: Permission denied 2012-07-31T18:01:31.400

13 Is there a way to call a script when Ubuntu wakes up from suspend or hibernate mode? 2009-10-25T18:23:49.047

13 How to execute a shell script with selected files/folders in finder? 2010-06-20T16:35:08.097

13 echo newline character not working in bash 2011-03-11T20:56:53.790

13 Using Wget to Recursively Crawl a Site and Download Images 2011-03-29T15:23:27.987

13 How to get my external IP address (over NAT) from the Windows command-line? 2012-03-26T14:48:36.460

13 Script - How to check if a network path is available and then map it 2013-05-21T18:53:24.557

13 Bash Script to repeat every word in a line? 2014-03-06T18:29:20.563

13 How can I create a list of named folders in Windows automatically? 2015-11-16T21:37:16.947

12 What is a DDL script in the context of databases? 2009-09-12T10:43:11.280

12 A script so that you don't forget your usb drive on a public computer 2009-12-04T15:24:46.417

12 MacOS X: How to have a handy "Open this folder in iTerm" shortcut? 2010-01-08T19:44:00.113

12 How to find newest files in a directory, including subdirectories? 2010-02-15T20:44:09.713

12 Generate html based on directory structure 2010-07-22T18:35:12.793

12 How can I delete rest of the line after a specific string? 2011-01-15T09:44:51.773

12 What's the easiest way to have a script run at boot time in OS X? 2011-02-14T15:49:59.427

12 How do I change automatic logon via Script or Command Line? 2011-09-27T13:12:14.493

12 How can I tell if OS X is connected to a VPN network from the command line? 2013-04-02T23:30:53.553

12 Is there a way to run Javascript without a browser, like a shell or batch script? 2015-07-28T09:18:29.233

11 Move some iTunes library items to different drive? 2009-08-01T12:56:00.637

11 Calling a script with ./bla.sh vs. . bla.sh 2009-09-13T11:05:24.320

11 How to set a Linux Ditribution to self-destruct (to wipe everything from the system partition) via a script 2009-09-14T07:08:33.457

11 How do I automate an MSI installs? 2011-02-16T17:57:59.700

11 Synchronize Internet Time in a Windows script? 2011-08-15T20:35:37.003

11 What does the & mean when used in the end of a bash script? 2011-11-17T07:15:04.787

11 Simplest way to check for dynamic IP change 2013-03-06T09:29:25.203

11 Powershell script to list scheduled tasks on remote systems 2014-09-15T12:01:30.993

11 Exit bash script when curl gets a non 200 HTTP status 2015-02-12T11:32:20.530

10 Run a batch command for every file in a directory 2010-03-05T08:49:13.920

10 Schedule Auto Re-Boot of Windows Server 2008 R2 2010-11-01T11:11:52.183

10 GNU Screen: Can't stuff commands unless the screen is attached? 2011-06-02T08:39:37.223

10 Running msiexec with PowerShell 2011-10-28T07:29:37.213

10 Windows 8 Run script on startup 2012-08-18T08:17:21.937

10 Running scripts from another directory 2012-11-24T22:35:59.183

10 What's the difference between the following cmd scripts? 2014-03-11T07:14:33.330

10 How to extract the filename without the extension from a full path? 2014-03-20T05:08:09.943

10 Run a remote script/application in detached mode in Ansible 2015-01-29T00:31:17.837