Site Search

About searching

Search results

    Bash Scripting Workshop

    19 November 2018

    Bash Scripting Workshop Posted by s.aragon … Sustainability Institute gave a one day workshop on bash scripting at the University of Sheffield . The Unix …  @SoftwareSaved.  Bash Bash

    Read more

    The 20-line script that saves you hours of mind-numbing tedium

    22 August 2014

    … and one of our developers recommended I write a program in bash ( Bourne Again Shell ). Bash is a funny language in which there are thousands of … I certainly think Python would be a cleaner language, but bash is what I know the most about so that’s what I used. …

    Read more

    Make’ing Your Dependencies Explicit

    19 July 2017

    … A popular scripting language for this purpose is Bash , giving us the following script: #!/bin/bash awk -f formatData.awk raw-data.log > … a problem, as we moved from the written instructions to the Bash script we lost information about the workflow! …

    Read more

    MATLAB Software Carpentry bootcamp – highlights from an attendee

    03 February 2014

    … the command line and shell scripting (mainly in Bash). version control, and in particular Git. … be found here . In Windows you can install Git and Bash simultaneously with Git Bash . Version control in Git In my experience a …

    Read more

    Using Git with shared folders and virtual machines

    06 October 2023

    … Folder on 'vmware-host' (Z:) Network Drive". On Git Bash on the VM, this should appear as /z/project-shared. … Check out the repository on the host: Start Git Bash. Change into the shared folder on the host e.g.cd … You can now use /z/project-shared/project/ from within Git Bash to commit local changes. Using the repository …

    Read more

    Flexible working on crystal structure modelling

    06 October 2023

    … place. Tim wrote an extendable test suite harness using Bash , to generate reference outputs against which new …

    Read more

    Teaching Software Carpentry at the University of Botswana

    30 September 2019

    … workshop, I taught navigating files and directories with Bash, working with files and directories with Bash, for-loop with Bash, Git, GitHub, for-loop with Python, if-clause with …

    Read more

    RDVW hands-on session with Python

    13 December 2023

    … help at the workshop.) Open a terminal window. Type bash Anaconda3- and then press tab. The name of the file …

    Read more

    Reproducibly producing data from workflows, pipelines and coupled models

    19 June 2019

    … starting with the simplest thing that could possibly work. Bash scripts are a very good way of glueing together … models or datasets), scalability issues begin to manifest. Bash scripts at scale can become difficult to maintain, particularly nested Bash scripts orchestrating other Bash scripts, where …

    Read more

    Software Carpentry for the Regenerative Medicine CDT at the University of Manchester

    04 April 2018

    … We gave the attendees an introduction to the bash shell, good programming practice using Python, and … covered, loops seemed to be the most challenging, for both bash shell and Python, attendees questioning why they are … references and pointers; command prompt, shell window, bash window, terminal) when being consistent would be …

    Read more