mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -2267,6 +2267,8 @@ ssh -f -L 9000:targetservername:8088 root@192.168.14.72 -N
 | 
				
			|||||||
##### Count the number of Segate hard disks
 | 
					##### Count the number of Segate hard disks
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
lsscsi|grep SEAGATE|wc -l
 | 
					lsscsi|grep SEAGATE|wc -l
 | 
				
			||||||
 | 
					or
 | 
				
			||||||
 | 
					sg_map -i -x|grep SEAGATE|wc -l
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##### Print detail of memory hardware
 | 
					##### Print detail of memory hardware
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user