Faceless

Members
  • Content Count

    1
  • Joined

  • Last visited

About Faceless

  • Rank
    Member
  1. Hi everyone, I'm fairly new to UNIX and I'm having some problems with my programs. I wrote a program in C that would take input from a file and strip it of its comments. Now when I try to run the command: q1 < testFiles in my terminal, it says "q1: command not found". q1 is the name of my program I wrote in C, I believe this is called input redirection. I've been searching google and trying to make sense of this for the past hour but to no avail. My professor says he uses the Bourne shell but that was of no help to me. It works on the computers we have at university, just not on my home lin