diff options
Diffstat (limited to 'cli/xargs.html')
-rw-r--r-- | cli/xargs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/xargs.html b/cli/xargs.html index fd14038..6bbd02b 100644 --- a/cli/xargs.html +++ b/cli/xargs.html @@ -182,7 +182,7 @@ eval strace -f (find /dev -name 'std*' | xargs -I {} echo -P {}) ls <i class="fa fa-angle-left"></i> </a> - <a rel="next prefetch" href="../tools/index.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> + <a rel="next prefetch" href="../cli/grep.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> @@ -196,7 +196,7 @@ eval strace -f (find /dev -name 'std*' | xargs -I {} echo -P {}) ls <i class="fa fa-angle-left"></i> </a> - <a rel="next prefetch" href="../tools/index.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> + <a rel="next prefetch" href="../cli/grep.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> </nav> |