s243a

removePrefix

Apr 20th, 2018
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.   #bla=$IFS
  3.   #FS=$'\0'
  4.   while read -r -d '' a; do
  5.     echo "a=$a">>/mnt/sdc6/removePrefixLog
  6.     echo "${a#$1}"
  7.     echo "${a#$1}">>/mnt/sdc6/removePrefixLog  
  8.   done
Advertisement
Add Comment
Please, Sign In to add comment