nxt 4.1.0 review
Downloadnxt is one of Magic Hand command
|
|
nxt is one of Magic Hand command. Or one of one line shell script engine.
nxt is the fastest solution of file operation.
Example 1.
nxt .. g@foo.txt r@ n@bar.txt .[Enter]
1.nxt go to previous directory and execute ls command.
2.get file name of "foo.txt".
3.return to original directory.
4.rename as "bar.txt"
5.execute ls
Example 2.
nxt g@*txt text m@ .[Enter]
1.nxt get "*txt" file name.
2.go to "text" directory.
3.move the files of "*txt" to current directory.
(nxt's move command is "REAL MOVE" command.(cp A B;rm A;))
4.execute ls
Example 3.
nxt src "emacs nxt.c" .. make[Enter]
1.nxt go to "src" directory.
2.execute "emacs nxt.c"
3.back
4.execute "make"
nxt 4.1.0 keywords