Mohan Sharma
Mohan Sharma
  • 1
  • 2 725
How to remove character from many file name
How to remove character from many file name
get-childitem *.pdf | rename-item -newname {[string]($._name).replace("_","")}
Переглядів: 2 731

Відео

КОМЕНТАРІ

  • @vivekchamoli4185
    @vivekchamoli4185 6 місяців тому

    Thanks Bhai

  • @ccitech9588
    @ccitech9588 6 місяців тому

    On the video, the command is correct however the window that I can copy is incorrect. The correct command is: get-childitem *.pdf | rename-item -newname {[string]($_.name).replace("%","")}

  • @nguyendavid741
    @nguyendavid741 11 місяців тому

    thanks bro

  • @hanygarass225
    @hanygarass225 Рік тому

    such a waste of time video. it didn't work

    • @forcewarz3698
      @forcewarz3698 11 місяців тому

      same

    • @Neha-kt2jb
      @Neha-kt2jb 5 місяців тому

      get-childitem *.pdf | rename-item -newname {[string]($_.name).replace("_","")} This is the actual command

  • @vinivijay4811
    @vinivijay4811 Рік тому

    Thanks

  • @OdeMalikIdrus
    @OdeMalikIdrus Рік тому

    Thanks!