Just a friendly warning. If you try to store copy of standard Apache HTTP Server web root, git repository, some Linux directories, etc in the Google Drive, then do not be surprised when Google silently corrupts the filenames by renaming dot (.) to underscore (_). For me this is happening to nix hidden files (begins […]
Tag Archives: files
What is a batch script?
This article is from our Febooti archive, it was relevant then, and I think that it is still relevant today (a few details changed). Previous article: MS-DOS (cmd.exe) command prompt: CD, MD, copy. Next article: First cmd / DOS batch script example. Batch scripts is still relevant in 2014. Batch programming is repeatedly used in […]
Same path – different files
You probably know from DOS / Windows / Linux / Mac OS, that it is impossible to create two files with the same name and extension in the same folder / directory. Yesterday, I saw a miracle – two programs show the same file differently. One program was PHP interpreter (fread funciton), other FAR Manager. […]