mirror of
https://github.com/gchq/CyberChef
synced 2025-12-21 18:53:20 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -22,6 +22,7 @@ class Tail extends Operation {
|
||||
this.name = "Tail";
|
||||
this.module = "Default";
|
||||
this.description = "Like the UNIX tail utility.<br>Gets the last n lines.<br>Optionally you can select all lines after line n by entering a negative value for n.<br>The delimiter can be changed so that instead of lines, fields (i.e. commas) are selected instead.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Tail_(Unix)";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user