Search results

  1. A

    network data usage

    hi everyone What is the command in the terminal that shows the Network Receiving and Sending data?
  2. A

    about at command

    I want a file to be executed at a certain time with a at command and its output to be placed in another file. What command code should I write? at -f file >log 22:00 this is wrong code
  3. A

    problem with at command

    hi everyone Nothing happens at 8 pm when I execute the following command: [samad@localhost ~]$ echo "test"|at 20:00 warning: commands will be executed using /bin/sh job 21 at Thu Aug 26 20:00:00 2021
  4. A

    Linux-wget command for certain time

    How can i do this? Please give the code
  5. A

    Linux-wget command for certain time

    I am using wget command for download in terminal Is there an option in the wget command that the download starts at a certain date and time?
  6. A

    gfortran help

    hi linux expert How can I access a help for gfortran in terminal? (for example :about sin function in fortran) thanks
Top