Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fslstats volume

#!/bin/sh

# Get the voxel count for a mask
fslstats mask -V | awk '{printf $1 "
"}'

# Get the volume in cubic mm for a mask
fslstats mask -V | awk '{printf $2 "
"}'
Comment

PREVIOUS NEXT
Code Example
Shell :: shell redirect otpt to multiple files 
Shell :: fslmeants fslstats time series 
Shell :: Could NOT find Boost (missing: filesystem) 
Shell :: awk string match 
Shell :: angular cli compatible with angular 10 
Shell :: nasa-ingenuity-helicopter github 
Shell :: vim cd cant use variables 
Shell :: shell relatives path 
Shell :: git add -M meaning 
Shell :: timer in terminal ubuuntu 
Shell :: cp alternative with speed and progress 
Shell :: fix errors occurred during update in linux 
Shell :: add gpg key to jenkins repository for debian 
Shell :: how to delete tempory folder in hpc bash 
Shell :: get wasmtime 
Shell :: sync folder from local to server with progress 
Shell :: how to change colors in terminal linux outputs 
Shell :: centos 8 gui 3 
Shell :: vmware mukesh003 
Shell :: awk split on comma 
Shell :: windows 10 direct inbound port to another device 
Shell :: Git Commands: Step By Step Guide (Part 1) 
Shell :: macos netcat write message 
Shell :: how to reduce directory name in terminal linux 
Shell :: adb install_failed_already_exists 
Shell :: install homebrew package manager for ubuntu and depian based systems 
Shell :: heroku cli container select context folder 
Shell :: bcdedit refind windows 
Shell :: using httrack on linux command line 
Shell :: install pip raspberry ip 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =