ium_478831/script.sh

3 lines
105 B
Bash

#!/bin/bash
#delete rows with '?'
cut -d '?' -f 15 adult-income-dataset.csv | sed -r '/^\s*$/d'> data.csv