User contributions for Shorun

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

8 October 2024

7 October 2024

4 October 2024

3 October 2024

  • 23:5923:59, 3 October 2024 diff hist +226 N Api/minux.printline()Created page with "his function is part of the minux. api and used to print a specific line of a file '''usage:''' local temp = dev.printline(filename, linenumber) '''output:''' stores the contents of the given line in temp" Tag: Visual edit
  • 23:5623:56, 3 October 2024 diff hist +333 N Api/minux.replaceline()Created page with "this function is part of the minux. api and used to replace a line in a file with another value it takes a filename(absolute path), input and output variable. '''usage:''' dev.replaceline(filename, input, output) '''output:''' replaces the line containing "input" with the line containing "output" in filename." Tag: Visual edit
  • 23:5523:55, 3 October 2024 diff hist +336 N Api/minux.removestring()Created page with "his function is part of the minux. api and used to remove a string from a file it takes as input a filename (absolute path) and a string to look for the string has to be an exact copy of the full line. '''usage:''' dev.removestring(filename, string) '''output:''' removes the line containing string from filename" Tag: Visual edit
  • 23:5423:54, 3 October 2024 diff hist +370 N Api/minux.removeline()Created page with "this function is part of the minux. api and used to remove a specific line from a file it takes a filename (absolute path) and line number as input and then removes that line. '''usage:''' dev.removeline(filename, linenumber) '''output:''' removes the number linenumber from the file specified, returns false if file is not found, true if it was." Tag: Visual edit
  • 23:5423:54, 3 October 2024 diff hist +224 N Api/minux.printlineCreated page with "his function is part of the minux. api and used to print a specific line of a file '''usage:''' local temp = dev.printline(filename, linenumber) '''output:''' stores the contents of the given line in temp" current Tag: Visual edit
  • 23:5323:53, 3 October 2024 diff hist +347 N Api/minux.findfile()Created page with "this function is part of the minux. api and used to find a string in files or folder names '''usage:''' temp = dev.findfile(searchstring) '''output:''' runs minux.lsr() to recursively list /, this is stored in /temp/ls/files.ls, the table outputed to "temp" holds the line numbers of this file corresponding to the searchstring" Tag: Visual edit
  • 23:5223:52, 3 October 2024 diff hist +269 N Api/minux.findline()Created page with "this function is part of the minux. api and used to see if a specific string is present in a file '''usage:''' local temp = findline(filename,searchstring) '''output:''' if "searchstring" is found in the file, outputs true otherwise outputs false" Tag: Visual edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)