'ed' used to be included in the linux core utilities. It seems it is not the case now. Unfortunately, many file-related functions use it and fail silently if the command is not available.
TODO: At load time, check if the 'ed' command is available : if ! ed -h >/dev/null 2>&1 ; then failure
'ed' used to be included in the linux core utilities. It seems it is not the case now. Unfortunately, many file-related functions use it and fail silently if the command is not available.
TODO: At load time, check if the 'ed' command is available : if ! ed -h >/dev/null 2>&1 ; then failure