mirror of
				https://github.com/byReqz/stocheck.git
				synced 2025-11-03 20:21:30 +00:00 
			
		
		
		
	change a cut in nvme section
This commit is contained in:
		@@ -132,7 +132,7 @@ while [ -z "$1" ]; do
 | 
			
		||||
            argend="$(echo -e "\e[4mAttribute\e[0m|\e[4mValue\e[0m")"
 | 
			
		||||
            for ((z=1;z<=argsm;z++)); do
 | 
			
		||||
              arg="$(echo "$argsl" | sed -n "$z"p)"
 | 
			
		||||
              value="$(echo "$argse" | grep -e "$arg" | xargs | cut -d ':' -f 2,3 | cut -c 2-)"
 | 
			
		||||
              value="$(echo "$argse" | grep -e "$arg" | xargs | cut -d ':' -f 2- | cut -c 2-)"
 | 
			
		||||
              argend=""$argend""
 | 
			
		||||
            done
 | 
			
		||||
            echo "$(echo "$argend" | column -t -s "|")"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user