Remove multiple deleted files from GIT repository

$ git status|grep deleted|cut -d' ' -f5|xargs git rm