Posts

Showing posts from September, 2023

Some valuable notes how to run TAM

 https://alg0z.blogspot.com/2023/09/some-valuable-notes-how-to-run-tam.html

TAM ChangeLog..

Image
 2023 08 15 1.7-17: now it's possible to rename files.. So, how to: ren <file index> <new name> press TAB to expand <file index> into full or short form - just type command "ren <file index>" and press TAB. Tip: press F12 to reset command line. 2023 08 17 1.7-23: makes possible to copy files ==>> cp <file index> <new name> Actually, "cp" command has the same routine as the "ren". PS.. keep in mind: this variant overwrites existing file silently. 2023 08 18 1.7-29: 'cp' command is safe. 2023 08 19 1.7-31: resolved sad problem w/ apostrophe in file names :) 2023 08 21 so far the're problem to search files with apostrophe in their names, thus we can use crutch-ish workaround: -in_name  'grep==-E  [^a-zA-Z.\d\s]s\s|[^a-zA-Z.\d\s]t\s' 2023 08 23 1.7-35: "rm  <file index>" to delete file. TIP: killed file gives "::D" mark in the table, otherwise a file wasn't removed.