↓ Skip to Main Content
Oracle Tutoring, Campbell River, BC (250) 203-6544 (text) or (250) 830-0295 (talk)

Main Navigation

  • english
  • math
  • lifestyle
  • blog home
  • website
Oracle Tutoring, Campbell River, BC (250) 203-6544 (text) or (250) 830-0295 (talk)

Off Canvas Menu

  • english
  • math
  • lifestyle
  • blog home
  • website

Category: command prompt

Windows: cmd: double quotes vs single quotes

By Jack Posted on August 3, 2021 Posted in command prompt

Self-tutoring about the Windows command prompt: the tutor mentions its treatment of double vs single quotes. In many computer languages, double or single quotes are interchangeable or else give similar effect in many situations. Such is not the case with …

Windows: cmd: double quotes vs single quotes Read more »

Comp sci: Windows cmd: findstr (Windows version of grep)

By Jack Posted on August 2, 2021 Posted in command prompt

Self-tutoring about computer science: the tutor mentions a great utility in Windows cmd. findstr the_string text_file.txt will print each line from text_file.txt that contains the_string. findstr /n the_string text_file.txt will precede each printed line by its number. Source: itechtics.com

Windows Command line: pipe example

By Jack Posted on February 13, 2021 Posted in command prompt

Self-tutoring about computer science: the tutor mentions a key element of command line thinking. At the command line (Windows or Li|U|nix), a pipe is often shown as | and sends the first command’s output as input to the next command. …

Windows Command line: pipe example Read more »

Windows: command prompt output redirect to file

By Jack Posted on February 5, 2021 Posted in command prompt

Self-tutoring about Windows: the tutor mentions how to direct command prompt output to a file. In my experience, just entering the command, then >> outfile.txt will send the output to outfile.txt. For instance,

Windows Command Prompt: the “where” command

By Jack Posted on July 11, 2020 Posted in command prompt

Self-tutoring about Windows: the tutor mentions a neat find. I use where filename to find the directory location of a file or program. The command doesn’t change the current directory; rather, it tells the absolute path to the file you’re …

Windows Command Prompt: the “where” command Read more »

Windows command prompt: when a folder doesn’t show

By Jack Posted on May 10, 2019 Posted in command prompt

Self-tutoring about Windows file management: the tutor shares a story. Today, having downloaded some files, I opened command prompt (cmd) to copy them to different locations, etc. The copy and paste file management on this computer isn’t reliable. I opened …

Windows command prompt: when a folder doesn’t show Read more »

Windows: more about move command

By Jack Posted on April 21, 2019 Posted in command prompt

Self-tutoring about the Windows move command: the tutor continues… Following up yesterday’s post: From the premise that the directory newdirname already exists, let’s imagine the command move olddirname newdirname Now, olddirname will be moved to a subdirectory of its same …

Windows: more about move command Read more »

Windows: move command behaviour

By Jack Posted on April 20, 2019 Posted in command prompt

Self-tutoring about Windows command prompt: the tutor mentions the move command. The following behaviour I’ve observed in Windows 7 command prompt: To move a directory to another, the command is move olddirname newdirname If newdirname already exists, olddirname will be …

Windows: move command behaviour Read more »

Windows command prompt: how to combine Windows commands on one line

By Jack Posted on April 11, 2019 Posted in command prompt

Self-tutoring about Windows command prompt: the tutor mentions a way to combine commands on one line. Apparently, a_command & another_command will perform both commands if possible. Even if it can’t do the first, it will still attempt the second. a_command …

Windows command prompt: how to combine Windows commands on one line Read more »

Copyright © 2026 Oracle Tutoring, Campbell River, BC | Powered by Responsive Theme
Copyright © 2026 Oracle Tutoring, Campbell River, BC | Powered by Responsive Theme