Thread: A couple more rookie questions

  1. #1
    Registered User
    Join Date
    Oct 2006
    Posts
    3

    A couple more rookie questions

    What is the unix command to change the name of a file? For example from mikeyb1.c to mikeyb2.c
    Last edited by mikeyb; 10-25-2006 at 07:32 AM.

  2. #2
    Eager young mind
    Join Date
    Jun 2006
    Posts
    342
    "mv old_name new_name "
    Last edited by kris.c; 10-25-2006 at 07:55 AM.
    In the middle of difficulty, lies opportunity

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Not a C question, it's a how to use a unix shell question. Moved.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Couple of Questions About Classes
    By bengreenwood in forum C++ Programming
    Replies: 3
    Last Post: 05-20-2009, 02:50 PM
  2. Couple of simple directdraw questions.
    By Deo in forum Game Programming
    Replies: 3
    Last Post: 05-25-2005, 07:55 AM
  3. A couple of questions that someone might know the answer to...
    By Finchie_88 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-15-2005, 08:26 AM
  4. Studying for Final, Couple Questions...
    By stewade in forum C Programming
    Replies: 4
    Last Post: 05-10-2004, 05:02 PM
  5. New to C++/ Couple of questions...
    By danielthomas3 in forum C++ Programming
    Replies: 13
    Last Post: 04-14-2002, 03:46 PM