Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

empty

#!/bin/sh

# Make an empty image (same dimensions as input image). 
# See also fslhd.

fslmaths img -sub img empty_img # subtract the image from itself
# OR
fslmaths img -mul 0 empty_img  # mulitply the image by 0
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install threejs debugger 
Shell :: rebuild all apps dokku 
Shell :: bind mac to AD via JAMF with policy* 
Shell :: Hide docker legacy commands 
Shell :: unit has a bad unit file setting 
Shell :: git add symlink alias link file folder 
Shell :: digital ocean how to install joomla 16.04 
Shell :: install heroku cli plugin - heroku-release-retry 
Shell :: install laravel admin panel with laravel 9 
Shell :: lightsail get plesk password 
Shell :: rust install cargo 
Shell :: check number of bridges available jitsi 
Shell :: Provide file / folder access to a user in Linux 
Shell :: picoCTF file-run1 
Shell :: set environmental variables for one command powershell 
Shell :: Install PNPM in your linux distro 
Shell :: remove files from git commit before push 
Shell :: update all package jsopn dependencies 
Shell :: capitalize first letter in bash 
Shell :: Warning: Pub installs executables into $HOME/.pub-cache/ 
Shell :: ubuntu find file except name 
Shell :: Unknown lifecycle phase ".surefire.debug". 
Shell :: Unable to install modules kint due to missing modules kint. 
Shell :: upgrade ndoe 
Shell :: top commiters in nepal github 
Shell :: xfce4-notes install 
Shell :: decodificador h.264 necessario para reproduzir ubuntu 20 
Shell :: grep output of two commands 
Shell :: install mongodb klai 
Shell :: mongo shell query for email domain regex 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =