shelljs/shelljs

feat: tail -f option

Open

#986 opened on Feb 3, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (777 forks)batch import
featurehelp wantedlow priority

Repository metrics

Stars
 (14,062 stars)
PR merge metrics
 (Avg merge 3d 12h) (2 merged PRs in 30d)

Description

Originally filed in https://github.com/shelljs/shx/issues/172

We should support shell.tail('-f', ...). We would need to "follow" the file as it grows - basically, tail('-f') would never terminate. This isn't super useful in a programmatic context, but would be more useful in shx.

@martin-braun

Contributor guide