4 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #! bash
 | |
| 
 | |
| grep -E "doi\.org\/10.\d+\/[^<>\\]+" data/publications.json -o | sort | uniq > data/dois
 | |
| 
 |